Update generated neovim config
This commit is contained in:
File diff suppressed because one or more lines are too long
@ -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
|
||||
|
||||
@ -0,0 +1,12 @@
|
||||
(list
|
||||
.
|
||||
(symbol) @reference._define
|
||||
(#match? @reference._define "^(define|define/contract)$")
|
||||
.
|
||||
(list
|
||||
.
|
||||
(symbol) @name) @definition.function)
|
||||
|
||||
(list
|
||||
.
|
||||
(symbol) @reference.call)
|
||||
Reference in New Issue
Block a user