Files
swift-mirror/utils/vim/syntax/swift.vim
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

8.5 KiB