Update generated neovim config
This commit is contained in:
@ -0,0 +1,34 @@
|
||||
(symbol) @local.reference
|
||||
|
||||
(list
|
||||
.
|
||||
(symbol) @reference._let
|
||||
.
|
||||
(list
|
||||
.
|
||||
(list
|
||||
.
|
||||
(symbol) @local.definition)+)
|
||||
(#match? @reference._let "^(let|let\\*|for|for\\*)$")) @local.scope
|
||||
|
||||
(list
|
||||
.
|
||||
(symbol) @reference._def
|
||||
.
|
||||
(list
|
||||
.
|
||||
(symbol)
|
||||
.
|
||||
(symbol)+ @local.definition)
|
||||
(#match? @reference._def "^(define|define/contract)$")) @local.scope
|
||||
|
||||
(list
|
||||
.
|
||||
(symbol) @reference._def
|
||||
.
|
||||
[(symbol) @local.definition
|
||||
(list
|
||||
.
|
||||
(symbol)+ @local.definition)]
|
||||
(#match? @reference._def "^(lambda|λ)$")) @local.scope
|
||||
|
||||
Reference in New Issue
Block a user