tm-grammars 1.8.1 → 1.9.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 CHANGED
@@ -7587,6 +7587,33 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
7587
7587
  SOFTWARE.
7588
7588
 
7589
7589
 
7590
+ =========================================================================================================
7591
+ Files: typespec.json
7592
+ License: https://raw.githubusercontent.com/microsoft/typespec/main/LICENSE
7593
+ SPDX: MIT
7594
+ ---------------------------------------------------------------------------------------------------------
7595
+ MIT License
7596
+
7597
+ Copyright (c) Microsoft Corporation. All rights reserved.
7598
+
7599
+ Permission is hereby granted, free of charge, to any person obtaining a copy
7600
+ of this software and associated documentation files (the "Software"), to deal
7601
+ in the Software without restriction, including without limitation the rights
7602
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7603
+ copies of the Software, and to permit persons to whom the Software is
7604
+ furnished to do so, subject to the following conditions:
7605
+
7606
+ The above copyright notice and this permission notice shall be included in all
7607
+ copies or substantial portions of the Software.
7608
+
7609
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
7610
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
7611
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
7612
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
7613
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
7614
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
7615
+ SOFTWARE
7616
+
7590
7617
  =========================================================================================================
7591
7618
  Files: typst.json
7592
7619
  License: https://raw.githubusercontent.com/nvarner/typst-lsp/master/LICENSE-MIT.txt
package/README.md CHANGED
@@ -201,6 +201,7 @@ import { grammars } from 'tm-grammars'
201
201
  | `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
202
  | `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
203
  | `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 |
204
+ | `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
205
  | `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
206
  | `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
207
  | `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 |