Armitxes / VSCode_SQF

Visual Studio Code ~ SQF Language plugin
https://armitxes.net/Projects/VSCodeSQF/
Other
47 stars 30 forks source link

Missing curly brace definition #57

Open dreamforceinc opened 3 years ago

dreamforceinc commented 3 years ago

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