diff options
| author | sogaiu <983021772@users.noreply.github.com> | 2023-04-23 17:56:08 +0900 |
|---|---|---|
| committer | Amaan Qureshi <amaanq12@gmail.com> | 2023-04-30 22:06:17 -0400 |
| commit | 0d61fdae116276ceb45ff429afd76684ebbdd5a5 (patch) | |
| tree | 2bcb3d613853128136d2e6577e7d6db3de798353 | |
| parent | Update list of macros (diff) | |
| download | nvim-treesitter-0d61fdae116276ceb45ff429afd76684ebbdd5a5.tar nvim-treesitter-0d61fdae116276ceb45ff429afd76684ebbdd5a5.tar.gz nvim-treesitter-0d61fdae116276ceb45ff429afd76684ebbdd5a5.tar.bz2 nvim-treesitter-0d61fdae116276ceb45ff429afd76684ebbdd5a5.tar.lz nvim-treesitter-0d61fdae116276ceb45ff429afd76684ebbdd5a5.tar.xz nvim-treesitter-0d61fdae116276ceb45ff429afd76684ebbdd5a5.tar.zst nvim-treesitter-0d61fdae116276ceb45ff429afd76684ebbdd5a5.zip | |
Adjust indentation
| -rw-r--r-- | queries/janet_simple/highlights.scm | 64 |
1 files changed, 32 insertions, 32 deletions
diff --git a/queries/janet_simple/highlights.scm b/queries/janet_simple/highlights.scm index 459c132e3..9496771bd 100644 --- a/queries/janet_simple/highlights.scm +++ b/queries/janet_simple/highlights.scm @@ -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 |
