-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels