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
Hi Dan,
I am a big fan of logicless templates and mustache, so when I saw your syntax highlighting I jumped on it. I am having some difficulty with the syntax highlighting in Dark themes.
Here is a simple example of how using Mustache tags in a HTML document stops syntax highlighting. <input type="text" {{#is_read_only}}disabled{{/is_read_only}} name="test" value=""/>
In the Dark color schemes /is_read_only}} is highlighted in one color, but {{^is_read_only}} is in another.
The text was updated successfully, but these errors were encountered:
I am also using with VSCode dark themes, and can't tell if syntax highlighting is working right. Are open tags and close tags meant to show as different colors?
Hi Dan,
I am a big fan of logicless templates and mustache, so when I saw your syntax highlighting I jumped on it. I am having some difficulty with the syntax highlighting in Dark themes.
Here is a simple example of how using Mustache tags in a HTML document stops syntax highlighting.
<input type="text" {{#is_read_only}}disabled{{/is_read_only}} name="test" value=""/>
In the Dark color schemes
/is_read_only}}
is highlighted in one color, but{{^is_read_only}}
is in another.The text was updated successfully, but these errors were encountered: