Weird syntax highlighting
andraantariksa opened this issue · 2 comments
andraantariksa commented
faustinoaq commented
I can confirm the weird syntax in (two_byte << 8) | (two_byte >> 8)
Here some captures:
Right behavior? https://carc.in/#/r/8t1b
VSCode Default Dark+ Theme
VSCode One Dark Pro Theme
VSCode One Dark Theme
I think this may be some issue with crystal.json converted from Crystal.tmLanguage
I tested this extension using Crystal.tmLanguage
and looks like this:
VSCode Dark+ theme:
VSCode One Dark Pro Theme:
VSCode One Dark Theme:
A workaround could be replacing crystal.json
by original Crystal.tmLanguage
based on Ruby.
WDYT?
andraantariksa commented