mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
chore: fix typos
This commit is contained in:
parent
968621dfad
commit
6a4fdb317d
15 changed files with 20 additions and 20 deletions
|
|
@ -6,7 +6,7 @@
|
|||
(identifier) @definition.parameter))
|
||||
(optional_parameter_declaration
|
||||
declarator: (identifier) @definition.parameter)
|
||||
;; Class / struct defintions
|
||||
;; Class / struct definitions
|
||||
(class_specifier) @scope
|
||||
|
||||
(reference_declarator
|
||||
|
|
@ -42,7 +42,7 @@
|
|||
((namespace_identifier) @reference
|
||||
(set! reference.kind "namespace"))
|
||||
|
||||
;; Function defintions
|
||||
;; Function definitions
|
||||
(template_function
|
||||
name: (identifier) @definition.function) @scope
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue