Files
capricorn 3494a23400 [VIM] Fix syntax highlighting of nested comments
This example incorrectly highlights 'foo' as a comment:
/* // */ foo

This example does as well:
// /*
foo
*/ foo
2023-10-27 10:23:25 -06:00
..
2023-06-13 14:13:43 -07:00