Adjust indentation

This commit is contained in:
sogaiu 2023-04-23 17:56:08 +09:00 committed by Amaan Qureshi
parent c780ba9b6c
commit 0d61fdae11

View file

@ -111,38 +111,38 @@
;; (print name)))) ;; (print name))))
((sym_lit) @function.macro ((sym_lit) @function.macro
(#any-of? @function.macro (#any-of? @function.macro
"%=" "*=" "%=" "*="
"++" "+=" "++" "+="
"--" "-=" "--" "-="
"->" "->>" "-?>" "-?>>" "->" "->>" "-?>" "-?>>"
"/=" "/="
"and" "as->" "as-macro" "as?->" "assert" "and" "as->" "as-macro" "as?->" "assert"
"case" "chr" "comment" "compif" "comptime" "compwhen" "cond" "coro" "case" "chr" "comment" "compif" "comptime" "compwhen" "cond" "coro"
"def-" "default" "defdyn" "defer" "defmacro" "defmacro-" "def-" "default" "defdyn" "defer" "defmacro" "defmacro-"
"defn" "defn-" "defn" "defn-"
"delay" "doc" "delay" "doc"
"each" "eachk" "eachp" "each" "eachk" "eachp"
"eachy" ;; XXX: obsolete "eachy" ;; XXX: obsolete
"edefer" "edefer"
"ev/do-thread" "ev/gather" "ev/spawn" "ev/spawn-thread" "ev/do-thread" "ev/gather" "ev/spawn" "ev/spawn-thread"
"ev/with-deadline" "ev/with-deadline"
"ffi/defbind" "ffi/defbind"
"fiber-fn" "fiber-fn"
"for" "forever" "forv" "for" "forever" "forv"
"generate" "generate"
"if-let" "if-not" "if-with" "import" "if-let" "if-not" "if-with" "import"
"juxt" "juxt"
"label" "let" "loop" "label" "let" "loop"
"match" "match"
"or" "or"
"prompt" "protect" "prompt" "protect"
"repeat" "repeat"
"seq" "short-fn" "seq" "short-fn"
"tabseq" "toggle" "tracev" "try" "tabseq" "toggle" "tracev" "try"
"unless" "use" "unless" "use"
"var-" "varfn" "var-" "varfn"
"when" "when-let" "when-with" "when" "when-let" "when-with"
"with" "with-dyns" "with-syms" "with-vars")) "with" "with-dyns" "with-syms" "with-vars"))
;; All builtin functions ;; All builtin functions
((sym_lit) @function.builtin ((sym_lit) @function.builtin