VSCode_SQF icon indicating copy to clipboard operation
VSCode_SQF copied to clipboard

Missing curly brace definition

Open dreamforceinc opened this issue 3 years ago • 0 comments

Hello! If a comparison is present in the condition, then the closing curly brace is tagged "meta.brace.curly.sqf": Desktop 2021-03-17 15-25-31_cr But, if the condition has a short form, then the tag is absent: Desktop 2021-03-17 15-25-42_cr 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: Desktop 2021-03-17 15-27-52_cr

dreamforceinc avatar Mar 17 '21 12:03 dreamforceinc