mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 19:46:58 -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
|
||||
|
||||
[
|
||||
|
|
@ -171,6 +172,7 @@
|
|||
"~"
|
||||
"-"
|
||||
"*"
|
||||
"**"
|
||||
"/"
|
||||
"%"
|
||||
"+"
|
||||
|
|
@ -193,10 +195,13 @@
|
|||
"+="
|
||||
"-="
|
||||
"*="
|
||||
"**="
|
||||
"/="
|
||||
"%="
|
||||
"&="
|
||||
"|="
|
||||
"<<="
|
||||
">>="
|
||||
"->"
|
||||
] @operator
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue