Skip to content
Snippets Groups Projects
  1. Aug 15, 2019
  2. Jul 02, 2019
  3. Mar 31, 2019
  4. Mar 07, 2019
  5. 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
  6. Feb 21, 2019
  7. Feb 04, 2019
  8. Jan 06, 2019
  9. Jan 03, 2019
  10. Oct 02, 2018
  11. Oct 01, 2018
  12. Sep 30, 2018
  13. Sep 29, 2018
  14. Sep 27, 2018
  15. Sep 26, 2018
  16. Aug 18, 2018
  17. Aug 15, 2018
  18. Aug 12, 2018
  19. Aug 10, 2018
  20. Aug 07, 2018
  21. Aug 06, 2018
  22. Aug 05, 2018
Loading