mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-14 01:10:02 -04:00
Cleanup
This commit is contained in:
parent
9ebeb859c1
commit
bf112c13a5
1 changed files with 0 additions and 7 deletions
|
|
@ -6,8 +6,6 @@
|
||||||
(block_comment) @comment
|
(block_comment) @comment
|
||||||
|
|
||||||
; Argument definition
|
; Argument definition
|
||||||
|
|
||||||
; Fixme: Should be attribute but nvim-treesitter doesn't supprt it at the moment
|
|
||||||
(argument name: (identifier) @parameter)
|
(argument name: (identifier) @parameter)
|
||||||
|
|
||||||
; Variables
|
; Variables
|
||||||
|
|
@ -101,8 +99,3 @@
|
||||||
|
|
||||||
; SinOsc.ar()!2
|
; SinOsc.ar()!2
|
||||||
(duplicated_statement) @repeat
|
(duplicated_statement) @repeat
|
||||||
|
|
||||||
; Builtins
|
|
||||||
; ((identifier) @variable.builtin
|
|
||||||
; (#match? @variable.builtin "^(inf|nil|thisFunction|thisFunctionDef|thisMethod|thisProcess|thisThread|currentEnvironment|topEnvironment)$")
|
|
||||||
; (#is-not? local))
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue