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/index.js
CHANGED
|
@@ -721,6 +721,23 @@ export const grammars = [
|
|
|
721
721
|
sha: 'c70351314682c2e0fae8a402ebb301da79821c37',
|
|
722
722
|
source: 'https://github.com/elm-tooling/elm-language-client-vscode/blob/c70351314682c2e0fae8a402ebb301da79821c37/syntaxes/elm-syntax.json',
|
|
723
723
|
},
|
|
724
|
+
{
|
|
725
|
+
aliases: [
|
|
726
|
+
'elisp',
|
|
727
|
+
],
|
|
728
|
+
byteSize: 814804,
|
|
729
|
+
categories: [
|
|
730
|
+
'lisp',
|
|
731
|
+
],
|
|
732
|
+
displayName: 'Emacs Lisp',
|
|
733
|
+
lastUpdate: '2023-09-07T13:17:43Z',
|
|
734
|
+
license: 'ISC',
|
|
735
|
+
licenseUrl: 'https://raw.githubusercontent.com/Alhadis/language-emacs-lisp/master/LICENSE.md',
|
|
736
|
+
name: 'emacs-lisp',
|
|
737
|
+
scopeName: 'source.emacs.lisp',
|
|
738
|
+
sha: '07ef9e419b80478a0976acbc6ef9d190b07e508e',
|
|
739
|
+
source: 'https://github.com/Alhadis/language-emacs-lisp/blob/07ef9e419b80478a0976acbc6ef9d190b07e508e/grammars/emacs-lisp.cson',
|
|
740
|
+
},
|
|
724
741
|
{
|
|
725
742
|
byteSize: 1942,
|
|
726
743
|
displayName: 'ERB',
|
|
@@ -2902,6 +2919,20 @@ export const grammars = [
|
|
|
2902
2919
|
sha: '35d97bc7e439fce0f50f42074041ab2d8571b20a',
|
|
2903
2920
|
source: 'https://github.com/microsoft/vscode/blob/35d97bc7e439fce0f50f42074041ab2d8571b20a/extensions/typescript-basics/syntaxes/TypeScript.tmLanguage.json',
|
|
2904
2921
|
},
|
|
2922
|
+
{
|
|
2923
|
+
aliases: [
|
|
2924
|
+
'tsp',
|
|
2925
|
+
],
|
|
2926
|
+
byteSize: 22817,
|
|
2927
|
+
displayName: 'TypeSpec',
|
|
2928
|
+
lastUpdate: '2024-03-27T17:12:29Z',
|
|
2929
|
+
license: 'MIT',
|
|
2930
|
+
licenseUrl: 'https://raw.githubusercontent.com/microsoft/typespec/main/LICENSE',
|
|
2931
|
+
name: 'typespec',
|
|
2932
|
+
scopeName: 'source.tsp',
|
|
2933
|
+
sha: 'ce9c567e5bfb441bb6415699a6b6fa797bc08f2e',
|
|
2934
|
+
source: 'https://github.com/microsoft/typespec/blob/ce9c567e5bfb441bb6415699a6b6fa797bc08f2e/grammars/typespec.json',
|
|
2935
|
+
},
|
|
2905
2936
|
{
|
|
2906
2937
|
aliases: [
|
|
2907
2938
|
'typ',
|