You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Analysing the ".tmLanguage" file I've tested switching "source.json" with "source.js" and it worked as expected (for javascript), however the syntax is not the one expected for json (like in .md files):
Before change:
After change:
Expected:
I've also looked for "source.json" scopeName in all files of this repository (Branch: master) but couldn't find it.
Thanks in advance for your attention. =)
The text was updated successfully, but these errors were encountered:
I've installed the Asciidoc extension (https://marketplace.visualstudio.com/items/justusadam.language-asciidoc) but can't get syntax highlighting on [source,json] blocks.
Analysing the ".tmLanguage" file I've tested switching "source.json" with "source.js" and it worked as expected (for javascript), however the syntax is not the one expected for json (like in .md files):
Before change:
After change:
Expected:
I've also looked for "source.json" scopeName in all files of this repository (Branch: master) but couldn't find it.
Thanks in advance for your attention. =)
The text was updated successfully, but these errors were encountered: