mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-22 13:20:09 -04:00
typos: fix simple typos in comments
This commit is contained in:
parent
5f38dffb6a
commit
b21618c1a9
3 changed files with 3 additions and 3 deletions
|
|
@ -357,7 +357,7 @@
|
|||
((identifier) @variable.builtin
|
||||
(#eq? @variable.builtin "cls"))
|
||||
|
||||
; After @type.builtin bacause builtins (such as `type`) are valid as attribute name
|
||||
; After @type.builtin because builtins (such as `type`) are valid as attribute name
|
||||
((attribute
|
||||
attribute: (identifier) @variable.member)
|
||||
(#lua-match? @variable.member "^[%l_].*$"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue