tm-grammars 1.8.1 → 1.10.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/NOTICE +46 -0
- package/README.md +2 -0
- package/grammars/emacs-lisp.json +1394 -0
- package/grammars/typespec.json +1393 -0
- package/index.js +31 -0
- package/package.json +1 -1
package/NOTICE
CHANGED
|
@@ -2225,6 +2225,25 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
2225
2225
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2226
2226
|
SOFTWARE.
|
|
2227
2227
|
|
|
2228
|
+
=========================================================================================================
|
|
2229
|
+
Files: emacs-lisp.json
|
|
2230
|
+
License: https://raw.githubusercontent.com/Alhadis/language-emacs-lisp/master/LICENSE.md
|
|
2231
|
+
SPDX: ISC
|
|
2232
|
+
---------------------------------------------------------------------------------------------------------
|
|
2233
|
+
Copyright (c) 2016-2023, John Gardner
|
|
2234
|
+
|
|
2235
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
2236
|
+
purpose with or without fee is hereby granted, provided that the above
|
|
2237
|
+
copyright notice and this permission notice appear in all copies.
|
|
2238
|
+
|
|
2239
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
2240
|
+
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
2241
|
+
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
2242
|
+
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
2243
|
+
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
2244
|
+
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
|
2245
|
+
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
2246
|
+
|
|
2228
2247
|
=========================================================================================================
|
|
2229
2248
|
Files: erlang.json
|
|
2230
2249
|
License: https://raw.githubusercontent.com/erlang-ls/grammar/main/LICENSE
|
|
@@ -7587,6 +7606,33 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
|
7587
7606
|
SOFTWARE.
|
|
7588
7607
|
|
|
7589
7608
|
|
|
7609
|
+
=========================================================================================================
|
|
7610
|
+
Files: typespec.json
|
|
7611
|
+
License: https://raw.githubusercontent.com/microsoft/typespec/main/LICENSE
|
|
7612
|
+
SPDX: MIT
|
|
7613
|
+
---------------------------------------------------------------------------------------------------------
|
|
7614
|
+
MIT License
|
|
7615
|
+
|
|
7616
|
+
Copyright (c) Microsoft Corporation. All rights reserved.
|
|
7617
|
+
|
|
7618
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
7619
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7620
|
+
in the Software without restriction, including without limitation the rights
|
|
7621
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
7622
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
7623
|
+
furnished to do so, subject to the following conditions:
|
|
7624
|
+
|
|
7625
|
+
The above copyright notice and this permission notice shall be included in all
|
|
7626
|
+
copies or substantial portions of the Software.
|
|
7627
|
+
|
|
7628
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
7629
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
7630
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
7631
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
7632
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
7633
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
7634
|
+
SOFTWARE
|
|
7635
|
+
|
|
7590
7636
|
=========================================================================================================
|
|
7591
7637
|
Files: typst.json
|
|
7592
7638
|
License: https://raw.githubusercontent.com/nvarner/typst-lsp/master/LICENSE-MIT.txt
|
package/README.md
CHANGED
|
@@ -66,6 +66,7 @@ import { grammars } from 'tm-grammars'
|
|
|
66
66
|
| `dream-maker` | | [gbasood/vscode-atomic-dreams](https://github.com/gbasood/vscode-atomic-dreams/blob/22d2bf0325f65697ea542856280f66e9e098f4a2/syntaxes/dm.tmLanguage.json) | | | 9.99 kB |
|
|
67
67
|
| `elixir` | | [elixir-editors/elixir-tmbundle](https://github.com/elixir-editors/elixir-tmbundle/blob/43c8cd957d5ac6e1abbd8730fc7a08c81a6e76c9/Syntaxes/Elixir.tmLanguage) | [NOASSERTION](https://raw.githubusercontent.com/elixir-editors/elixir-tmbundle/master/LICENSE) | `html` | 16.96 kB |
|
|
68
68
|
| `elm` | | [elm-tooling/elm-language-client-vscode](https://github.com/elm-tooling/elm-language-client-vscode/blob/c70351314682c2e0fae8a402ebb301da79821c37/syntaxes/elm-syntax.json) | [MIT](https://raw.githubusercontent.com/elm-tooling/elm-language-client-vscode/main/LICENSE) | `glsl` | 10.51 kB |
|
|
69
|
+
| `emacs-lisp` | `elisp` | [Alhadis/language-emacs-lisp](https://github.com/Alhadis/language-emacs-lisp/blob/07ef9e419b80478a0976acbc6ef9d190b07e508e/grammars/emacs-lisp.cson) | [ISC](https://raw.githubusercontent.com/Alhadis/language-emacs-lisp/master/LICENSE.md) | | 795.71 kB |
|
|
69
70
|
| `erb` | | [textmate/ruby.tmbundle](https://github.com/textmate/ruby.tmbundle/blob/ecf0f1df23984bcff9b51552e35d9696cb0d9539/Syntaxes/HTML%20(Ruby%20-%20ERB).tmLanguage) | | `html` `ruby` | 1.90 kB |
|
|
70
71
|
| `erlang` | `erl` | [erlang-ls/grammar](https://github.com/erlang-ls/grammar/blob/cf532fa16db0f106c50db4bcad38f862210f6d14/Erlang.plist) | [Apache-2.0](https://raw.githubusercontent.com/erlang-ls/grammar/main/LICENSE) | | 34.57 kB |
|
|
71
72
|
| `fennel` | | [kongeor/vsc-fennel](https://github.com/kongeor/vsc-fennel/blob/664148923d7bd72531120d0cba712c6dba6f698d/syntaxes/fennel.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/kongeor/vsc-fennel/master/LICENSE) | | 4.55 kB |
|
|
@@ -201,6 +202,7 @@ import { grammars } from 'tm-grammars'
|
|
|
201
202
|
| `turtle` | | [stardog-union/stardog-vsc](https://github.com/stardog-union/stardog-vsc/blob/3f1364b08bdbf4b4d77f123682db7d2b708b2f6e/stardog-rdf-grammars/syntaxes/turtle.tmLanguage.json) | | | 3.50 kB |
|
|
202
203
|
| `twig` | | [mblode/vscode-twig-language-2](https://github.com/mblode/vscode-twig-language-2/blob/82ae07ffe96656181ad8265c1fff008c8d1cdbba/src/syntaxes/twig.tmLanguage) | [MIT](https://raw.githubusercontent.com/mblode/vscode-twig-language-2/master/LICENSE.md) | `css` `javascript` `scss` `php` `python` `ruby` | 20.64 kB |
|
|
203
204
|
| `typescript` | `ts` | [microsoft/vscode](https://github.com/microsoft/vscode/blob/35d97bc7e439fce0f50f42074041ab2d8571b20a/extensions/typescript-basics/syntaxes/TypeScript.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | | 177.10 kB |
|
|
205
|
+
| `typespec` | `tsp` | [microsoft/typespec](https://github.com/microsoft/typespec/blob/ce9c567e5bfb441bb6415699a6b6fa797bc08f2e/grammars/typespec.json) | [MIT](https://raw.githubusercontent.com/microsoft/typespec/main/LICENSE) | | 22.28 kB |
|
|
204
206
|
| `typst` | `typ` | [nvarner/typst-lsp](https://github.com/nvarner/typst-lsp/blob/6972d4b9c2cbcb0551e203067f09ec84ca8f9df3/editors/vscode/typst.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/nvarner/typst-lsp/master/LICENSE-MIT.txt) | | 7.98 kB |
|
|
205
207
|
| `v` | | [vlang/vscode-vlang](https://github.com/vlang/vscode-vlang/blob/b1f529602bc6536ad8967373302e151e77179598/syntaxes/v.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/vlang/vscode-vlang/master/LICENSE) | | 12.76 kB |
|
|
206
208
|
| `vala` | | [vala-lang/vala-vscode](https://github.com/vala-lang/vala-vscode/blob/8f825e95648326df2572d0522632251cdff4a43b/syntaxes/vala.YAML-tmLanguage) | [MIT](https://raw.githubusercontent.com/vala-lang/vala-vscode/master/LICENSE) | | 3.14 kB |
|