mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 03:40:04 -04:00
docs: fix typos
This commit is contained in:
parent
c07c1c5b98
commit
1727f63976
2 changed files with 2 additions and 2 deletions
|
|
@ -177,7 +177,7 @@
|
||||||
; some from:
|
; some from:
|
||||||
; - https://github.com/godotengine/godot-vscode-plugin/blob/0636797c22bf1e23a41fd24d55cdb9be62e0c992/syntaxes/GDScript.tmLanguage.json
|
; - https://github.com/godotengine/godot-vscode-plugin/blob/0636797c22bf1e23a41fd24d55cdb9be62e0c992/syntaxes/GDScript.tmLanguage.json
|
||||||
|
|
||||||
;; Bulitin Annotations
|
;; Built-in Annotations
|
||||||
|
|
||||||
((annotation "@" @attribute (identifier) @attribute)
|
((annotation "@" @attribute (identifier) @attribute)
|
||||||
(#any-of? @attribute
|
(#any-of? @attribute
|
||||||
|
|
|
||||||
|
|
@ -127,7 +127,7 @@
|
||||||
|
|
||||||
"function" @keyword.function
|
"function" @keyword.function
|
||||||
|
|
||||||
; Functions/Methos
|
; Functions/Methods
|
||||||
|
|
||||||
(call function: (identifier) @function.call)
|
(call function: (identifier) @function.call)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue