Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing curly brace definition #57

Open
dreamforceinc opened this issue Mar 17, 2021 · 0 comments
Open

Missing curly brace definition #57

dreamforceinc opened this issue Mar 17, 2021 · 0 comments

Comments

@dreamforceinc
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant