mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-13 08:50:11 -04:00
docs: fix typo
This commit is contained in:
parent
2e85a7f4f3
commit
a1df50a79f
5 changed files with 9 additions and 9 deletions
|
|
@ -155,7 +155,7 @@
|
|||
|
||||
(interpolation "\\(" (identifier) @variable ")")
|
||||
|
||||
; Commments
|
||||
; Comments
|
||||
|
||||
(comment) @comment @spell
|
||||
|
||||
|
|
|
|||
|
|
@ -72,7 +72,7 @@
|
|||
(call_expression . (identifier) @function.call)
|
||||
|
||||
; Function parameters
|
||||
(event_paramater name: (identifier) @parameter)
|
||||
(event_parameter name: (identifier) @parameter)
|
||||
(parameter name: (identifier) @parameter)
|
||||
|
||||
; Yul functions
|
||||
|
|
@ -113,7 +113,7 @@
|
|||
; FIXME: update grammar
|
||||
; (block_statement "unchecked" @keyword)
|
||||
|
||||
(event_paramater "indexed" @keyword)
|
||||
(event_parameter "indexed" @keyword)
|
||||
|
||||
[
|
||||
"public"
|
||||
|
|
|
|||
|
|
@ -197,7 +197,7 @@
|
|||
; Thread Methods
|
||||
"call" "wakeup" "wakeupthrow" "getstackinfos"
|
||||
|
||||
; Weak Referece Methods
|
||||
; Weak Reference Methods
|
||||
"ref" "weakref"
|
||||
))
|
||||
|
||||
|
|
|
|||
|
|
@ -143,7 +143,7 @@
|
|||
"xsd_optional"
|
||||
] @keyword
|
||||
|
||||
; Extended Kewords
|
||||
; Extended Keywords
|
||||
[
|
||||
"package"
|
||||
"performs"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue