ts-wasms 1.0.6 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +26 -9
- package/index.d.ts +102 -0
- package/index.js +27 -0
- package/out/angular/folds.scm +1 -0
- package/out/angular/highlights.scm +178 -0
- package/out/angular/indents.scm +16 -0
- package/out/angular/injections.scm +1 -0
- package/out/angular/locals.scm +1 -0
- package/out/angular/tree-sitter-angular.wasm +0 -0
- package/out/asm/highlights.scm +66 -0
- package/out/asm/injections.scm +5 -0
- package/out/asm/tree-sitter-asm.wasm +0 -0
- package/out/astro/folds.scm +1 -0
- package/out/astro/highlights.scm +12 -0
- package/out/astro/indents.scm +1 -0
- package/out/astro/injections.scm +27 -0
- package/out/astro/locals.scm +1 -0
- package/out/astro/tree-sitter-astro.wasm +0 -0
- package/out/bash/folds.scm +9 -0
- package/out/bash/indents.scm +32 -0
- package/out/bash/injections.scm +90 -0
- package/out/bash/locals.scm +14 -0
- package/out/c/folds.scm +23 -0
- package/out/c/indents.scm +99 -0
- package/out/c/injections.scm +128 -0
- package/out/c/locals.scm +67 -0
- package/out/clojure/folds.scm +2 -0
- package/out/clojure/injections.scm +2 -0
- package/out/clojure/locals.scm +1 -0
- package/out/cmake/folds.scm +8 -0
- package/out/cmake/highlights.scm +221 -0
- package/out/cmake/indents.scm +26 -0
- package/out/cmake/injections.scm +5 -0
- package/out/cmake/tree-sitter-cmake.wasm +0 -0
- package/out/comment/highlights.scm +49 -0
- package/out/comment/tree-sitter-comment.wasm +0 -0
- package/out/commonlisp/folds.scm +2 -0
- package/out/commonlisp/highlights.scm +314 -0
- package/out/commonlisp/injections.scm +5 -0
- package/out/commonlisp/locals.scm +109 -0
- package/out/cpp/folds.scm +14 -0
- package/out/cpp/indents.scm +8 -0
- package/out/cpp/locals.scm +78 -0
- package/out/css/folds.scm +10 -0
- package/out/css/indents.scm +11 -0
- package/out/css/injections.scm +2 -0
- package/out/csv/highlights.scm +5 -0
- package/out/csv/tree-sitter-csv.wasm +0 -0
- package/out/csv-psv/highlights.scm +5 -0
- package/out/csv-psv/tree-sitter-csv-psv.wasm +0 -0
- package/out/csv-tsv/highlights.scm +4 -0
- package/out/csv-tsv/tree-sitter-csv-tsv.wasm +0 -0
- package/out/dart/indents.scm +49 -0
- package/out/dart/injections.scm +2 -0
- package/out/dart/locals.scm +32 -0
- package/out/diff/folds.scm +5 -0
- package/out/diff/highlights.scm +49 -0
- package/out/diff/injections.scm +2 -0
- package/out/diff/tree-sitter-diff.wasm +0 -0
- package/out/dockerfile/highlights.scm +58 -0
- package/out/dockerfile/injections.scm +12 -0
- package/out/dockerfile/tree-sitter-dockerfile.wasm +0 -0
- package/out/dtd/folds.scm +4 -0
- package/out/dtd/highlights.scm +148 -0
- package/out/dtd/injections.scm +2 -0
- package/out/dtd/locals.scm +11 -0
- package/out/editorconfig/folds.scm +1 -0
- package/out/editorconfig/highlights.scm +35 -0
- package/out/editorconfig/injections.scm +2 -0
- package/out/editorconfig/tree-sitter-editorconfig.wasm +0 -0
- package/out/elixir/folds.scm +10 -0
- package/out/elixir/indents.scm +25 -0
- package/out/elixir/locals.scm +200 -0
- package/out/elm/folds.scm +14 -0
- package/out/erlang/folds.scm +9 -0
- package/out/erlang/injections.scm +2 -0
- package/out/fish/folds.scm +8 -0
- package/out/fish/highlights.scm +61 -0
- package/out/fish/indents.scm +18 -0
- package/out/fish/injections.scm +2 -0
- package/out/fish/locals.scm +19 -0
- package/out/fish/tree-sitter-fish.wasm +0 -0
- package/out/gdscript/folds.scm +26 -0
- package/out/gdscript/highlights.scm +635 -0
- package/out/gdscript/indents.scm +78 -0
- package/out/gdscript/injections.scm +2 -0
- package/out/gdscript/locals.scm +121 -0
- package/out/gdscript/tree-sitter-gdscript.wasm +0 -0
- package/out/gdshader/highlights.scm +256 -0
- package/out/gdshader/injections.scm +2 -0
- package/out/gdshader/locals.scm +24 -0
- package/out/gdshader/tags.scm +13 -0
- package/out/gdshader/tree-sitter-gdshader.wasm +0 -0
- package/out/git-config/highlights.scm +28 -0
- package/out/git-config/tree-sitter-git-config.wasm +0 -0
- package/out/git-rebase/highlights.scm +36 -0
- package/out/git-rebase/tree-sitter-git-rebase.wasm +0 -0
- package/out/gitattributes/highlights.scm +52 -0
- package/out/gitattributes/injections.scm +2 -0
- package/out/gitattributes/locals.scm +8 -0
- package/out/gitattributes/tree-sitter-gitattributes.wasm +0 -0
- package/out/gitignore/highlights.scm +36 -0
- package/out/gitignore/injections.scm +2 -0
- package/out/gitignore/tree-sitter-gitignore.wasm +0 -0
- package/out/go/folds.scm +19 -0
- package/out/go/indents.scm +48 -0
- package/out/go/injections.scm +42 -0
- package/out/go/locals.scm +88 -0
- package/out/godot-resource/tree-sitter-godot-resource.wasm +0 -0
- package/out/graphql/highlights.scm +163 -0
- package/out/graphql/indents.scm +11 -0
- package/out/graphql/injections.scm +2 -0
- package/out/groovy/folds.scm +6 -0
- package/out/groovy/highlights.scm +148 -0
- package/out/groovy/indents.scm +23 -0
- package/out/groovy/injections.scm +5 -0
- package/out/groovy/locals.scm +6 -0
- package/out/groovy/tree-sitter-groovy.wasm +0 -0
- package/out/haskell/folds.scm +6 -0
- package/out/hcl/folds.scm +6 -0
- package/out/hcl/highlights.scm +118 -0
- package/out/hcl/indents.scm +16 -0
- package/out/hcl/injections.scm +6 -0
- package/out/html/folds.scm +5 -0
- package/out/html/indents.scm +1 -0
- package/out/html/locals.scm +1 -0
- package/out/ini/folds.scm +1 -0
- package/out/ini/highlights.scm +16 -0
- package/out/ini/injections.scm +3 -0
- package/out/ini/tree-sitter-ini.wasm +0 -0
- package/out/java/folds.scm +8 -0
- package/out/java/indents.scm +40 -0
- package/out/java/injections.scm +31 -0
- package/out/java/locals.scm +100 -0
- package/out/javascript/folds.scm +1 -0
- package/out/javascript/indents.scm +1 -0
- package/out/json/folds.scm +5 -0
- package/out/json/indents.scm +11 -0
- package/out/json/injections.scm +2 -0
- package/out/json/locals.scm +4 -0
- package/out/julia/folds.scm +14 -0
- package/out/julia/indents.scm +52 -0
- package/out/kotlin/folds.scm +13 -0
- package/out/kotlin/injections.scm +52 -0
- package/out/kotlin/locals.scm +78 -0
- package/out/lua/folds.scm +12 -0
- package/out/lua/indents.scm +47 -0
- package/out/markdown/folds.scm +12 -0
- package/out/markdown/indents.scm +1 -0
- package/out/matlab/folds.scm +13 -0
- package/out/matlab/highlights.scm +218 -0
- package/out/matlab/indents.scm +40 -0
- package/out/matlab/injections.scm +2 -0
- package/out/matlab/locals.scm +33 -0
- package/out/matlab/tree-sitter-matlab.wasm +0 -0
- package/out/nim/folds.scm +41 -0
- package/out/nim/highlights.scm +186 -0
- package/out/nim/injections.scm +79 -0
- package/out/nim/locals.scm +328 -0
- package/out/nim/tree-sitter-nim.wasm +0 -0
- package/out/nix/folds.scm +11 -0
- package/out/nix/indents.scm +75 -0
- package/out/ocaml/folds.scm +30 -0
- package/out/ocaml/indents.scm +77 -0
- package/out/ocaml/injections.scm +2 -0
- package/out/php/folds.scm +1 -0
- package/out/php/indents.scm +1 -0
- package/out/php/locals.scm +1 -0
- package/out/prisma/folds.scm +7 -0
- package/out/prisma/injections.scm +5 -0
- package/out/python/folds.scm +28 -0
- package/out/python/indents.scm +213 -0
- package/out/python/injections.scm +30 -0
- package/out/python/locals.scm +124 -0
- package/out/qmljs/folds.scm +8 -0
- package/out/qmljs/highlights.scm +61 -0
- package/out/qmljs/injections.scm +1 -0
- package/out/qmljs/locals.scm +6 -0
- package/out/qmljs/tree-sitter-qmljs.wasm +0 -0
- package/out/query/folds.scm +6 -0
- package/out/query/highlights.scm +102 -0
- package/out/query/indents.scm +25 -0
- package/out/query/injections.scm +28 -0
- package/out/query/locals.scm +21 -0
- package/out/r/indents.scm +33 -0
- package/out/r/injections.scm +2 -0
- package/out/racket/folds.scm +2 -0
- package/out/racket/injections.scm +5 -0
- package/out/ruby/folds.scm +12 -0
- package/out/ruby/indents.scm +43 -0
- package/out/ruby/injections.scm +34 -0
- package/out/rust/folds.scm +25 -0
- package/out/rust/indents.scm +133 -0
- package/out/rust/locals.scm +98 -0
- package/out/scala/folds.scm +16 -0
- package/out/scala/injections.scm +5 -0
- package/out/scheme/folds.scm +2 -0
- package/out/scheme/injections.scm +2 -0
- package/out/scss/folds.scm +1 -0
- package/out/scss/indents.scm +7 -0
- package/out/scss/injections.scm +2 -0
- package/out/sql/folds.scm +1 -0
- package/out/sql/highlights.scm +445 -0
- package/out/sql/indents.scm +27 -0
- package/out/sql/injections.scm +5 -0
- package/out/sql/tree-sitter-sql.wasm +0 -0
- package/out/terraform/folds.scm +1 -0
- package/out/terraform/highlights.scm +41 -0
- package/out/terraform/indents.scm +1 -0
- package/out/terraform/injections.scm +1 -0
- package/out/toml/folds.scm +5 -0
- package/out/toml/indents.scm +11 -0
- package/out/toml/injections.scm +2 -0
- package/out/toml/locals.scm +4 -0
- package/out/tsx/folds.scm +1 -0
- package/out/tsx/indents.scm +1 -0
- package/out/tsx/injections.scm +1 -0
- package/out/typescript/folds.scm +8 -0
- package/out/typescript/indents.scm +7 -0
- package/out/typescript/injections.scm +28 -0
- package/out/vim/folds.scm +4 -0
- package/out/vim/highlights.scm +362 -0
- package/out/vim/injections.scm +44 -0
- package/out/vim/locals.scm +19 -0
- package/out/vim/tree-sitter-vim.wasm +0 -0
- package/out/vimdoc/highlights.scm +74 -0
- package/out/vimdoc/injections.scm +4 -0
- package/out/vue/folds.scm +6 -0
- package/out/vue/highlights.scm +54 -0
- package/out/vue/indents.scm +7 -0
- package/out/vue/injections.scm +78 -0
- package/out/vue/tree-sitter-vue.wasm +0 -0
- package/out/xml/folds.scm +5 -0
- package/out/xml/highlights.scm +198 -0
- package/out/xml/indents.scm +16 -0
- package/out/xml/injections.scm +32 -0
- package/out/xml/locals.scm +35 -0
- package/out/yaml/folds.scm +4 -0
- package/out/yaml/highlights.scm +79 -0
- package/out/yaml/indents.scm +7 -0
- package/out/yaml/injections.scm +81 -0
- package/out/yaml/locals.scm +9 -0
- package/out/yaml/tree-sitter-yaml.wasm +0 -0
- package/out/zig/locals.scm +96 -0
- package/package.json +61 -19
- package/out/clojurescript/highlights.scm +0 -29
- package/out/clojurescript/tree-sitter-clojurescript.wasm +0 -0
package/package.json
CHANGED
|
@@ -1,13 +1,36 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ts-wasms",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.0",
|
|
4
4
|
"description": "Pre-built WebAssembly binaries for tree-sitter grammars.",
|
|
5
5
|
"keywords": [
|
|
6
|
+
"incremental",
|
|
7
|
+
"parsing",
|
|
6
8
|
"tree-sitter",
|
|
7
9
|
"wasm"
|
|
8
10
|
],
|
|
11
|
+
"homepage": "https://github.com/Crysthamus/ts-wasms#readme",
|
|
12
|
+
"bugs": {
|
|
13
|
+
"url": "https://github.com/Crysthamus/ts-wasms/issues"
|
|
14
|
+
},
|
|
15
|
+
"repository": "Crysthamus/ts-wasms",
|
|
9
16
|
"author": "Crysthamus",
|
|
10
17
|
"license": "MIT",
|
|
18
|
+
"type": "module",
|
|
19
|
+
"main": "index.js",
|
|
20
|
+
"types": "index.d.ts",
|
|
21
|
+
"exports": {
|
|
22
|
+
".": {
|
|
23
|
+
"types": "./index.d.ts",
|
|
24
|
+
"import": "./index.js",
|
|
25
|
+
"default": "./index.js"
|
|
26
|
+
},
|
|
27
|
+
"./*": "./out/*"
|
|
28
|
+
},
|
|
29
|
+
"files": [
|
|
30
|
+
"out",
|
|
31
|
+
"index.js",
|
|
32
|
+
"index.d.ts"
|
|
33
|
+
],
|
|
11
34
|
"devEngines": {
|
|
12
35
|
"packageManager": {
|
|
13
36
|
"name": "pnpm",
|
|
@@ -15,13 +38,10 @@
|
|
|
15
38
|
"onFail": "download"
|
|
16
39
|
}
|
|
17
40
|
},
|
|
18
|
-
"type": "module",
|
|
19
|
-
"files": [
|
|
20
|
-
"out"
|
|
21
|
-
],
|
|
22
41
|
"devDependencies": {
|
|
23
42
|
"@6cdh/tree-sitter-racket": "0.24.7-1",
|
|
24
43
|
"@6cdh/tree-sitter-scheme": "0.24.7-1",
|
|
44
|
+
"@derekstride/tree-sitter-sql": "^0.3.11",
|
|
25
45
|
"@eagleoutice/tree-sitter-r": "^1.1.2",
|
|
26
46
|
"@elm-tooling/tree-sitter-elm": "^5.9.0",
|
|
27
47
|
"@tree-sitter-grammars/tree-sitter-hcl": "^1.2.0",
|
|
@@ -31,50 +51,72 @@
|
|
|
31
51
|
"@tree-sitter-grammars/tree-sitter-xml": "^0.7.0",
|
|
32
52
|
"@tree-sitter-grammars/tree-sitter-zig": "^1.1.2",
|
|
33
53
|
"p-map": "^7.0.4",
|
|
54
|
+
"tree-sitter-angular": "^0.9.2",
|
|
55
|
+
"tree-sitter-asm": "git+https://github.com/RubixDev/tree-sitter-asm.git#839741fef4dab5128952334624905c82b40c7133",
|
|
56
|
+
"tree-sitter-astro": "git+https://github.com/virchau13/tree-sitter-astro.git#213f6e6973d9b456c6e50e86f19f66877e7ef0ee",
|
|
34
57
|
"tree-sitter-bash": "^0.25.1",
|
|
35
58
|
"tree-sitter-c": "^0.24.1",
|
|
36
59
|
"tree-sitter-c-sharp": "^0.23.5",
|
|
37
60
|
"tree-sitter-cli": "^0.26.8",
|
|
38
|
-
"tree-sitter-clojure": "git+https://github.com/sogaiu/tree-sitter-clojure.git",
|
|
39
|
-
"tree-sitter-
|
|
40
|
-
"tree-sitter-
|
|
61
|
+
"tree-sitter-clojure": "git+https://github.com/sogaiu/tree-sitter-clojure.git#e43eff80d17cf34852dcd92ca5e6986d23a7040f",
|
|
62
|
+
"tree-sitter-cmake": "git+https://github.com/uyha/tree-sitter-cmake.git#c7b2a71e7f8ecb167fad4c97227c838439280175",
|
|
63
|
+
"tree-sitter-comment": "^0.3.0",
|
|
64
|
+
"tree-sitter-commonlisp": "git+https://github.com/tree-sitter-grammars/tree-sitter-commonlisp.git#32323509b3d9fe96607d151c2da2c9009eb13a2f",
|
|
41
65
|
"tree-sitter-cpp": "^0.23.4",
|
|
42
66
|
"tree-sitter-css": "^0.25.0",
|
|
67
|
+
"tree-sitter-csv": "git+https://github.com/tree-sitter-grammars/tree-sitter-csv.git#f6bf6e35eb0b95fbadea4bb39cb9709507fcb181",
|
|
43
68
|
"tree-sitter-dart": "^1.0.0",
|
|
69
|
+
"tree-sitter-diff": "git+https://github.com/tree-sitter-grammars/tree-sitter-diff.git#2520c3f934b3179bb540d23e0ef45f75304b5fed",
|
|
70
|
+
"tree-sitter-dockerfile": "git+https://github.com/camdencheek/tree-sitter-dockerfile.git#971acdd908568b4531b0ba28a445bf0bb720aba5",
|
|
71
|
+
"tree-sitter-editorconfig": "git+https://github.com/ValdezFOmar/tree-sitter-editorconfig.git#bfd74395e393f56ba58db953458b346f02d6f7b2",
|
|
44
72
|
"tree-sitter-elisp": "^1.6.1",
|
|
45
73
|
"tree-sitter-elixir": "^0.3.5",
|
|
46
74
|
"tree-sitter-embedded-template": "^0.25.0",
|
|
47
|
-
"tree-sitter-erlang": "git+https://github.com/WhatsApp/tree-sitter-erlang.git",
|
|
75
|
+
"tree-sitter-erlang": "git+https://github.com/WhatsApp/tree-sitter-erlang.git#e446ec60022a7cafe157805742b41c04b499cc5d",
|
|
76
|
+
"tree-sitter-fish": "git+https://github.com/ram02z/tree-sitter-fish.git#f435b0bd772578c70e5d158b85267bb886316f88",
|
|
77
|
+
"tree-sitter-gdscript": "^6.1.0",
|
|
78
|
+
"tree-sitter-gdshader": "git+https://github.com/airblast-dev/tree-sitter-gdshader.git#68268631c8b6dc093985f1246b099f81b30ea7d1",
|
|
79
|
+
"tree-sitter-git-config": "git+https://github.com/the-mikedavis/tree-sitter-git-config.git#0fbc9f99d5a28865f9de8427fb0672d66f9d83a5",
|
|
80
|
+
"tree-sitter-git-rebase": "git+https://github.com/the-mikedavis/tree-sitter-git-rebase.git#39bf3b7566c86ccffd70aaa5105c7c8b76788975",
|
|
81
|
+
"tree-sitter-gitattributes": "^0.1.6",
|
|
82
|
+
"tree-sitter-gitignore": "git+https://github.com/shunsambongi/tree-sitter-gitignore.git#f4685bf11ac466dd278449bcfe5fd014e94aa504",
|
|
48
83
|
"tree-sitter-go": "^0.25.0",
|
|
49
|
-
"tree-sitter-
|
|
84
|
+
"tree-sitter-godot-resource": "^0.7.0",
|
|
85
|
+
"tree-sitter-graphql": "git+https://github.com/joowani/tree-sitter-graphql.git#df5b88d1d24dcfc02e64919d2d20491359abe4c8",
|
|
86
|
+
"tree-sitter-groovy": "git+https://github.com/murtaza64/tree-sitter-groovy.git#deb0dcf8c4544f07564060f6e9b9f6e4b0bfc27d",
|
|
50
87
|
"tree-sitter-haskell": "^0.23.1",
|
|
51
88
|
"tree-sitter-html": "^0.23.2",
|
|
89
|
+
"tree-sitter-ini": "git+https://github.com/justinmk/tree-sitter-ini.git#e4018b5176132b4f3c5d6e61cea383f42288d0f5",
|
|
52
90
|
"tree-sitter-java": "^0.23.5",
|
|
53
91
|
"tree-sitter-javascript": "^0.25.0",
|
|
54
92
|
"tree-sitter-json": "^0.24.8",
|
|
55
|
-
"tree-sitter-julia": "git+https://github.com/tree-sitter/tree-sitter-julia.git",
|
|
93
|
+
"tree-sitter-julia": "git+https://github.com/tree-sitter/tree-sitter-julia.git#e0f9dcd180fdcfcfa8d79a3531e11d99e79321d3",
|
|
56
94
|
"tree-sitter-kotlin": "^0.3.8",
|
|
57
|
-
"tree-sitter-
|
|
95
|
+
"tree-sitter-matlab": "git+https://github.com/acristoffers/tree-sitter-matlab.git#c2390a59016f74e7d5f75ef09510768b4f30217e",
|
|
96
|
+
"tree-sitter-nim": "git+https://github.com/alaviss/tree-sitter-nim.git#3878440d9398515ae053c6f6024986e69868bb74",
|
|
97
|
+
"tree-sitter-nix": "git+https://github.com/nix-community/tree-sitter-nix.git#69fbfb02896cdd27cb7ff3cd61f7f3f6bde4f017",
|
|
58
98
|
"tree-sitter-objc": "^3.0.2",
|
|
59
99
|
"tree-sitter-ocaml": "^0.24.2",
|
|
60
100
|
"tree-sitter-perl": "git+https://github.com/tree-sitter-perl/tree-sitter-perl.git#release",
|
|
61
101
|
"tree-sitter-php": "^0.24.2",
|
|
62
|
-
"tree-sitter-prisma": "
|
|
102
|
+
"tree-sitter-prisma": "^1.6.0",
|
|
63
103
|
"tree-sitter-python": "^0.25.0",
|
|
64
|
-
"tree-sitter-
|
|
104
|
+
"tree-sitter-qmljs": "^0.3.0",
|
|
105
|
+
"tree-sitter-query": "git+https://github.com/tree-sitter-grammars/tree-sitter-query.git#fc5409c6820dd5e02b0b0a309d3da2bfcde2db17",
|
|
65
106
|
"tree-sitter-regex": "^0.25.0",
|
|
66
107
|
"tree-sitter-ruby": "^0.23.1",
|
|
67
108
|
"tree-sitter-rust": "^0.24.0",
|
|
68
109
|
"tree-sitter-scala": "^0.24.0",
|
|
69
110
|
"tree-sitter-scss": "^1.0.0",
|
|
70
|
-
"tree-sitter-sql": "^0.1.0",
|
|
71
111
|
"tree-sitter-swift": "^0.7.1",
|
|
72
112
|
"tree-sitter-typescript": "^0.23.2",
|
|
73
|
-
"tree-sitter-
|
|
74
|
-
"tree-sitter-
|
|
75
|
-
"tree-sitter-
|
|
113
|
+
"tree-sitter-vim": "git+https://github.com/tree-sitter-grammars/tree-sitter-vim.git#3092fcd99eb87bbd0fc434aa03650ba58bd5b43b",
|
|
114
|
+
"tree-sitter-vimdoc": "git+https://github.com/neovim/tree-sitter-vimdoc.git#f061895a0eff1d5b90e4fb60d21d87be3267031a",
|
|
115
|
+
"tree-sitter-vue": "git+https://github.com/tree-sitter-grammars/tree-sitter-vue.git#ce8011a414fdf8091f4e4071752efc376f4afb08",
|
|
116
|
+
"tree-sitter-yaml": "git+https://github.com/tree-sitter-grammars/tree-sitter-yaml.git#a1c4812a73ec5e089de8e441fdea3a921e8d5079"
|
|
76
117
|
},
|
|
77
118
|
"scripts": {
|
|
78
|
-
"build": "node build.js"
|
|
119
|
+
"build": "node build.js",
|
|
120
|
+
"test": "echo \"WASM binaries verified during build.\" && exit 0"
|
|
79
121
|
}
|
|
80
122
|
}
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
;; Literals
|
|
2
|
-
|
|
3
|
-
(num_lit) @number
|
|
4
|
-
|
|
5
|
-
[
|
|
6
|
-
(char_lit)
|
|
7
|
-
(str_lit)
|
|
8
|
-
] @string
|
|
9
|
-
|
|
10
|
-
[
|
|
11
|
-
(bool_lit)
|
|
12
|
-
(nil_lit)
|
|
13
|
-
] @constant.builtin
|
|
14
|
-
|
|
15
|
-
(kwd_lit) @constant
|
|
16
|
-
|
|
17
|
-
;; Comments
|
|
18
|
-
|
|
19
|
-
(comment) @comment
|
|
20
|
-
|
|
21
|
-
;; Treat quasiquotation as operators for the purpose of highlighting.
|
|
22
|
-
|
|
23
|
-
[
|
|
24
|
-
"'"
|
|
25
|
-
"`"
|
|
26
|
-
"~"
|
|
27
|
-
"@"
|
|
28
|
-
"~@"
|
|
29
|
-
] @operator
|
|
Binary file
|