diff options
| author | Jaehwang Jung <tomtomjhj@gmail.com> | 2024-03-08 19:09:51 +0900 |
|---|---|---|
| committer | Christian Clason <c.clason@uni-graz.at> | 2024-03-16 20:51:16 +0800 |
| commit | 998b230a77b544761bae8aa7518d40b91a5c9559 (patch) | |
| tree | 45eb36a1cb2927598c8f1a4bf508f4291be04e49 /queries/gdscript | |
| parent | bot(readme): update (diff) | |
| download | nvim-treesitter-998b230a77b544761bae8aa7518d40b91a5c9559.tar nvim-treesitter-998b230a77b544761bae8aa7518d40b91a5c9559.tar.gz nvim-treesitter-998b230a77b544761bae8aa7518d40b91a5c9559.tar.bz2 nvim-treesitter-998b230a77b544761bae8aa7518d40b91a5c9559.tar.lz nvim-treesitter-998b230a77b544761bae8aa7518d40b91a5c9559.tar.xz nvim-treesitter-998b230a77b544761bae8aa7518d40b91a5c9559.tar.zst nvim-treesitter-998b230a77b544761bae8aa7518d40b91a5c9559.zip | |
feat(highlights)!: keyword `@type.qualifier` → `@keyword.modifier`
Diffstat (limited to 'queries/gdscript')
| -rw-r--r-- | queries/gdscript/highlights.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/queries/gdscript/highlights.scm b/queries/gdscript/highlights.scm index bf951aa83..76dc89061 100644 --- a/queries/gdscript/highlights.scm +++ b/queries/gdscript/highlights.scm @@ -28,7 +28,7 @@ (get_body "get" @keyword.function) -(static_keyword) @type.qualifier +(static_keyword) @keyword.modifier (tool_statement) @keyword @@ -50,7 +50,7 @@ (name) @type) @keyword (const_statement - "const" @type.qualifier + "const" @keyword.modifier (name) @constant) (expression_statement |
