mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
Adjust indentation
This commit is contained in:
parent
c780ba9b6c
commit
0d61fdae11
1 changed files with 32 additions and 32 deletions
|
|
@ -111,38 +111,38 @@
|
|||
;; (print name))))
|
||||
((sym_lit) @function.macro
|
||||
(#any-of? @function.macro
|
||||
"%=" "*="
|
||||
"++" "+="
|
||||
"--" "-="
|
||||
"->" "->>" "-?>" "-?>>"
|
||||
"/="
|
||||
"and" "as->" "as-macro" "as?->" "assert"
|
||||
"case" "chr" "comment" "compif" "comptime" "compwhen" "cond" "coro"
|
||||
"def-" "default" "defdyn" "defer" "defmacro" "defmacro-"
|
||||
"defn" "defn-"
|
||||
"delay" "doc"
|
||||
"each" "eachk" "eachp"
|
||||
"eachy" ;; XXX: obsolete
|
||||
"edefer"
|
||||
"ev/do-thread" "ev/gather" "ev/spawn" "ev/spawn-thread"
|
||||
"ev/with-deadline"
|
||||
"ffi/defbind"
|
||||
"fiber-fn"
|
||||
"for" "forever" "forv"
|
||||
"generate"
|
||||
"if-let" "if-not" "if-with" "import"
|
||||
"juxt"
|
||||
"label" "let" "loop"
|
||||
"match"
|
||||
"or"
|
||||
"prompt" "protect"
|
||||
"repeat"
|
||||
"seq" "short-fn"
|
||||
"tabseq" "toggle" "tracev" "try"
|
||||
"unless" "use"
|
||||
"var-" "varfn"
|
||||
"when" "when-let" "when-with"
|
||||
"with" "with-dyns" "with-syms" "with-vars"))
|
||||
"%=" "*="
|
||||
"++" "+="
|
||||
"--" "-="
|
||||
"->" "->>" "-?>" "-?>>"
|
||||
"/="
|
||||
"and" "as->" "as-macro" "as?->" "assert"
|
||||
"case" "chr" "comment" "compif" "comptime" "compwhen" "cond" "coro"
|
||||
"def-" "default" "defdyn" "defer" "defmacro" "defmacro-"
|
||||
"defn" "defn-"
|
||||
"delay" "doc"
|
||||
"each" "eachk" "eachp"
|
||||
"eachy" ;; XXX: obsolete
|
||||
"edefer"
|
||||
"ev/do-thread" "ev/gather" "ev/spawn" "ev/spawn-thread"
|
||||
"ev/with-deadline"
|
||||
"ffi/defbind"
|
||||
"fiber-fn"
|
||||
"for" "forever" "forv"
|
||||
"generate"
|
||||
"if-let" "if-not" "if-with" "import"
|
||||
"juxt"
|
||||
"label" "let" "loop"
|
||||
"match"
|
||||
"or"
|
||||
"prompt" "protect"
|
||||
"repeat"
|
||||
"seq" "short-fn"
|
||||
"tabseq" "toggle" "tracev" "try"
|
||||
"unless" "use"
|
||||
"var-" "varfn"
|
||||
"when" "when-let" "when-with"
|
||||
"with" "with-dyns" "with-syms" "with-vars"))
|
||||
|
||||
;; All builtin functions
|
||||
((sym_lit) @function.builtin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue