Skip to content
Snippets Groups Projects
  1. Sep 18, 2019
  2. Sep 03, 2019
  3. Aug 16, 2019
  4. Aug 15, 2019
  5. Jul 02, 2019
  6. Mar 31, 2019
  7. Mar 07, 2019
  8. Mar 03, 2019
    • Dominik Seeger's avatar
      fixed incorrect syntax highlighting for block comments · 94f0c460
      Dominik Seeger authored
      Tested with the following piece of code which should hava all edge cases. Works fine :
      
      // should not be commented out
      char c = '/*';
      String s = "/* some stupid stuff */";
      
      long test(REPLACED k){ /* only this should be commented out */
          if(REPLACED)
              return REPLACED;
          if(REPLACED)
              return REPLACED;
          /* this should be commented out
          if(REPLACED){
              if(REPLACED)
                  return REPLACED;
              if(REPLACED)
                  return (REPLACED);
          }
         */ this should not
          return 0;
      }
      94f0c460
  9. Feb 21, 2019
  10. Feb 04, 2019
  11. Jan 06, 2019
  12. Jan 03, 2019
  13. Oct 02, 2018
  14. Oct 01, 2018
  15. Sep 30, 2018
  16. Sep 29, 2018
  17. Sep 27, 2018
  18. Sep 26, 2018
  19. Aug 18, 2018
  20. Aug 15, 2018
  21. Aug 12, 2018
  22. Aug 10, 2018
Loading