Is there a global language grammar?
I'm trying to add this in my language:
- Code: Select all
<dict>
<key>match</key>
<string>([\[\]\)\(\}\{])</string>
<key>name</key>
<string>testbrace</string>
</dict>
And this in my theme:
- Code: Select all
<dict>
<key>name</key>
<string>Test Brace</string>
<key>scope</key>
<string>testbrace</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string></string>
<key>foreground</key>
<string>#FF0000</string>
</dict>
</dict>
But it doesn't seem to be working. What am I doing wrong?
Edit: restarted sublime. Apparently it does work
