This commit is contained in:
Mads Kjeldgaard 2021-02-04 17:29:44 +01:00 committed by Thomas Vigouroux
parent 9ebeb859c1
commit bf112c13a5

View file

@ -6,8 +6,6 @@
(block_comment) @comment
; Argument definition
; Fixme: Should be attribute but nvim-treesitter doesn't supprt it at the moment
(argument name: (identifier) @parameter)
; Variables
@ -101,8 +99,3 @@
; SinOsc.ar()!2
(duplicated_statement) @repeat
; Builtins
; ((identifier) @variable.builtin
; (#match? @variable.builtin "^(inf|nil|thisFunction|thisFunctionDef|thisMethod|thisProcess|thisThread|currentEnvironment|topEnvironment)$")
; (#is-not? local))