Open dreamforceinc opened 3 years ago
Hello! If a comparison is present in the condition, then the closing curly brace is tagged "meta.brace.curly.sqf": But, if the condition has a short form, then the tag is absent: So when I try to colorize the curly braces,
"textMateRules": [ { "scope": "meta.brace.curly.sqf", "settings": { "foreground": "#33ff00" } } ]
the closing parenthesis of the condition is not colored:
Hello! If a comparison is present in the condition, then the closing curly brace is tagged "meta.brace.curly.sqf": But, if the condition has a short form, then the tag is absent: So when I try to colorize the curly braces,
the closing parenthesis of the condition is not colored: