apple / pkl-vscode

Pkl language support for VS Code
https://pkl-lang.org/vscode/current/index.html
Apache License 2.0
110 stars 3 forks source link

Fix brace token matching #8

Closed RedCMD closed 6 months ago

RedCMD commented 6 months ago

Currently the TextMate grammar does not tokenize brackets {}[]()

Before: image

After: Braces are now correctly captured with the token meta.brace.pkl image