mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-17 02:40:09 -04:00
feat(gdscript): misc operators, semicolon highlight
This commit is contained in:
parent
37bcfdc6eb
commit
4eb35c0344
1 changed files with 5 additions and 0 deletions
|
|
@ -148,6 +148,7 @@
|
||||||
","
|
","
|
||||||
"."
|
"."
|
||||||
":"
|
":"
|
||||||
|
";"
|
||||||
] @punctuation.delimiter
|
] @punctuation.delimiter
|
||||||
|
|
||||||
[
|
[
|
||||||
|
|
@ -171,6 +172,7 @@
|
||||||
"~"
|
"~"
|
||||||
"-"
|
"-"
|
||||||
"*"
|
"*"
|
||||||
|
"**"
|
||||||
"/"
|
"/"
|
||||||
"%"
|
"%"
|
||||||
"+"
|
"+"
|
||||||
|
|
@ -193,10 +195,13 @@
|
||||||
"+="
|
"+="
|
||||||
"-="
|
"-="
|
||||||
"*="
|
"*="
|
||||||
|
"**="
|
||||||
"/="
|
"/="
|
||||||
"%="
|
"%="
|
||||||
"&="
|
"&="
|
||||||
"|="
|
"|="
|
||||||
|
"<<="
|
||||||
|
">>="
|
||||||
"->"
|
"->"
|
||||||
] @operator
|
] @operator
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue