tm-grammars 1.5.6 → 1.6.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 +1 -1
- package/README.md +3 -2
- package/grammars/hcl.json +1 -1
- package/grammars/tsv.json +47 -0
- package/index.js +21 -7
- package/package.json +1 -1
package/NOTICE
CHANGED
|
@@ -1990,7 +1990,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
1990
1990
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1991
1991
|
THE SOFTWARE.
|
|
1992
1992
|
=========================================================================================================
|
|
1993
|
-
Files: csv.json
|
|
1993
|
+
Files: csv.json, tsv.json
|
|
1994
1994
|
License: https://raw.githubusercontent.com/mechatroner/vscode_rainbow_csv/master/LICENSE
|
|
1995
1995
|
SPDX: MIT
|
|
1996
1996
|
---------------------------------------------------------------------------------------------------------
|
package/README.md
CHANGED
|
@@ -87,7 +87,7 @@ import { grammars } from 'tm-grammars'
|
|
|
87
87
|
| `haml` | | [karuna/haml-vscode](https://github.com/karuna/haml-vscode/blob/aa45415aefd691af0a501ea4f98e434490623e0d/syntaxes/haml.json) | [MIT](https://raw.githubusercontent.com/karuna/haml-vscode/master/LICENSE.md) | `ruby` `javascript` `sass` `coffee` `markdown` `css` | 7.68 kB |
|
|
88
88
|
| `handlebars` | `hbs` | [microsoft/vscode](https://github.com/microsoft/vscode/blob/45db52ba6bd211cecd03897caee0531350071721/extensions/handlebars/syntaxes/Handlebars.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | `html` `css` `javascript` `yaml` | 11.48 kB |
|
|
89
89
|
| `haskell` | `hs` | [octref/language-haskell](https://github.com/octref/language-haskell/blob/ae87982aac2bf5cf6334c067e49c5ec8fc08b871/syntaxes/haskell.json) | [BSD-3-Clause](https://raw.githubusercontent.com/octref/language-haskell/master/LICENSE) | | 41.23 kB |
|
|
90
|
-
| `hcl` | | [hashicorp/syntax](https://github.com/hashicorp/syntax/blob/
|
|
90
|
+
| `hcl` | | [hashicorp/syntax](https://github.com/hashicorp/syntax/blob/ab4a9e8aa653ad018248b3afdb1e9b07152cc3a6/syntaxes/hcl.tmGrammar.json) | [MPL-2.0](https://raw.githubusercontent.com/hashicorp/syntax/main/LICENSE) | | 11.22 kB |
|
|
91
91
|
| `hjson` | | [hjson/textmate-hjson](https://github.com/hjson/textmate-hjson/blob/196075169c9a9f9ab04c8e7423b67ea72c976237/Syntaxes/Hjson.tmLanguage) | [MIT](https://raw.githubusercontent.com/hjson/textmate-hjson/master/LICENSE) | | 12.20 kB |
|
|
92
92
|
| `hlsl` | | [microsoft/vscode](https://github.com/microsoft/vscode/blob/efa12b2f49ec6ee84ed1e7bbd948808efec452f6/extensions/hlsl/syntaxes/hlsl.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | | 7.15 kB |
|
|
93
93
|
| `html` | | [microsoft/vscode](https://github.com/microsoft/vscode/blob/45324363153075dab0482312ae24d8c068d81e4f/extensions/html/syntaxes/html.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | `javascript` `css` | 56.74 kB |
|
|
@@ -129,7 +129,7 @@ import { grammars } from 'tm-grammars'
|
|
|
129
129
|
| `nginx` | | [hangxingliu/vscode-nginx-conf-hint](https://github.com/hangxingliu/vscode-nginx-conf-hint/blob/49159c02fd09dce264ded7802c9499a0f09646f5/src/syntax/nginx.tmLanguage) | [GPL-3.0](https://raw.githubusercontent.com/hangxingliu/vscode-nginx-conf-hint/main/LICENSE) | `lua` | 34.14 kB |
|
|
130
130
|
| `nim` | | [pragmagic/vscode-nim](https://github.com/pragmagic/vscode-nim/blob/0272a0544ddf147fde98f8a8f2b624b7dcb19eb3/syntaxes/nim.json) | [NOASSERTION](https://raw.githubusercontent.com/pragmagic/vscode-nim/master/LICENSE) | `c` `html` `xml` `javascript` `css` `glsl` `markdown` | 21.82 kB |
|
|
131
131
|
| `nix` | | [bbenoist/vscode-nix](https://github.com/bbenoist/vscode-nix/blob/9a7c81109624431e032d9b02c8029b13bc2000c8/syntaxes/nix.tmLanguage) | [MIT](https://raw.githubusercontent.com/bbenoist/vscode-nix/master/LICENSE.md) | | 14.32 kB |
|
|
132
|
-
| `nushell` | `nu` | [nushell/vscode-nushell-lang](https://github.com/nushell/vscode-nushell-lang/blob/
|
|
132
|
+
| `nushell` | `nu` | [nushell/vscode-nushell-lang](https://github.com/nushell/vscode-nushell-lang/blob/92faaf74f87bcdff8eb70e0aab7c9118e64189f4/syntaxes/nushell.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/nushell/vscode-nushell-lang/main/LICENSE) | | 18.35 kB |
|
|
133
133
|
| `objective-c` | `objc` | [microsoft/vscode](https://github.com/microsoft/vscode/blob/bd1abe08c38bb5deccf65610f8f3c03d2338d20d/extensions/objective-c/syntaxes/objective-c.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | | 103.61 kB |
|
|
134
134
|
| `objective-cpp` | | [microsoft/vscode](https://github.com/microsoft/vscode/blob/bd1abe08c38bb5deccf65610f8f3c03d2338d20d/extensions/objective-c/syntaxes/objective-c++.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | | 168.52 kB |
|
|
135
135
|
| `ocaml` | | [reasonml-editor/vscode-reasonml](https://github.com/reasonml-editor/vscode-reasonml/blob/14af625ec50ed9968b957b4d6336c5338d81af45/syntaxes/ocaml.json) | [Apache-2.0](https://raw.githubusercontent.com/reasonml-editor/vscode-reasonml/master/LICENSE) | | 61.86 kB |
|
|
@@ -180,6 +180,7 @@ import { grammars } from 'tm-grammars'
|
|
|
180
180
|
| `terraform` | `tf` `tfvars` | [hashicorp/syntax](https://github.com/hashicorp/syntax/blob/fc0270594ec0c55531f2388f331b6feaca187298/syntaxes/terraform.tmGrammar.json) | [MPL-2.0](https://raw.githubusercontent.com/hashicorp/syntax/main/LICENSE) | | 12.59 kB |
|
|
181
181
|
| `tex` | | [microsoft/vscode](https://github.com/microsoft/vscode/blob/3c86ede5f554f6e196c832394e126b291a1de606/extensions/latex/syntaxes/TeX.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | `r` | 7.85 kB |
|
|
182
182
|
| `toml` | | [textmate/toml.tmbundle](https://github.com/textmate/toml.tmbundle/blob/e82b64c1e86396220786846201e9aa3f0a2d9ca2/Syntaxes/TOML.tmLanguage) | | | 6.26 kB |
|
|
183
|
+
| `tsv` | | [mechatroner/vscode_rainbow_csv](https://github.com/mechatroner/vscode_rainbow_csv/blob/00d4c947f1bbe6a4a73599bd97fb31bdfbe262f3/syntaxes/tsv.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/mechatroner/vscode_rainbow_csv/master/LICENSE) | | 633.00 B |
|
|
183
184
|
| `tsx` | | [microsoft/vscode](https://github.com/microsoft/vscode/blob/35d97bc7e439fce0f50f42074041ab2d8571b20a/extensions/typescript-basics/syntaxes/TypeScriptReact.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | | 171.16 kB |
|
|
184
185
|
| `turtle` | | [stardog-union/stardog-vsc](https://github.com/stardog-union/stardog-vsc/blob/3f1364b08bdbf4b4d77f123682db7d2b708b2f6e/stardog-rdf-grammars/syntaxes/turtle.tmLanguage.json) | | | 3.50 kB |
|
|
185
186
|
| `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 |
|
package/grammars/hcl.json
CHANGED
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
{
|
|
2
|
+
"displayName": "TSV",
|
|
3
|
+
"fileTypes": [
|
|
4
|
+
"tsv",
|
|
5
|
+
"tab"
|
|
6
|
+
],
|
|
7
|
+
"name": "tsv",
|
|
8
|
+
"patterns": [
|
|
9
|
+
{
|
|
10
|
+
"captures": {
|
|
11
|
+
"1": {
|
|
12
|
+
"name": "rainbow1"
|
|
13
|
+
},
|
|
14
|
+
"10": {
|
|
15
|
+
"name": "invalid.rainbow10"
|
|
16
|
+
},
|
|
17
|
+
"2": {
|
|
18
|
+
"name": "keyword.rainbow2"
|
|
19
|
+
},
|
|
20
|
+
"3": {
|
|
21
|
+
"name": "entity.name.function.rainbow3"
|
|
22
|
+
},
|
|
23
|
+
"4": {
|
|
24
|
+
"name": "comment.rainbow4"
|
|
25
|
+
},
|
|
26
|
+
"5": {
|
|
27
|
+
"name": "string.rainbow5"
|
|
28
|
+
},
|
|
29
|
+
"6": {
|
|
30
|
+
"name": "variable.parameter.rainbow6"
|
|
31
|
+
},
|
|
32
|
+
"7": {
|
|
33
|
+
"name": "constant.numeric.rainbow7"
|
|
34
|
+
},
|
|
35
|
+
"8": {
|
|
36
|
+
"name": "entity.name.type.rainbow8"
|
|
37
|
+
},
|
|
38
|
+
"9": {
|
|
39
|
+
"name": "markup.bold.rainbow9"
|
|
40
|
+
}
|
|
41
|
+
},
|
|
42
|
+
"match": "([^\\t]*\\t?)([^\\t]*\\t?)([^\\t]*\\t?)([^\\t]*\\t?)([^\\t]*\\t?)([^\\t]*\\t?)([^\\t]*\\t?)([^\\t]*\\t?)([^\\t]*\\t?)([^\\t]*\\t?)",
|
|
43
|
+
"name": "rainbowgroup"
|
|
44
|
+
}
|
|
45
|
+
],
|
|
46
|
+
"scopeName": "text.tsv"
|
|
47
|
+
}
|
package/index.js
CHANGED
|
@@ -1013,15 +1013,15 @@ export const grammars = [
|
|
|
1013
1013
|
source: 'https://github.com/octref/language-haskell/blob/ae87982aac2bf5cf6334c067e49c5ec8fc08b871/syntaxes/haskell.json',
|
|
1014
1014
|
},
|
|
1015
1015
|
{
|
|
1016
|
-
byteSize:
|
|
1016
|
+
byteSize: 11491,
|
|
1017
1017
|
displayName: 'HashiCorp HCL',
|
|
1018
|
-
lastUpdate: '2024-03-
|
|
1018
|
+
lastUpdate: '2024-03-25T17:26:39Z',
|
|
1019
1019
|
license: 'MPL-2.0',
|
|
1020
1020
|
licenseUrl: 'https://raw.githubusercontent.com/hashicorp/syntax/main/LICENSE',
|
|
1021
1021
|
name: 'hcl',
|
|
1022
1022
|
scopeName: 'source.hcl',
|
|
1023
|
-
sha: '
|
|
1024
|
-
source: 'https://github.com/hashicorp/syntax/blob/
|
|
1023
|
+
sha: 'ab4a9e8aa653ad018248b3afdb1e9b07152cc3a6',
|
|
1024
|
+
source: 'https://github.com/hashicorp/syntax/blob/ab4a9e8aa653ad018248b3afdb1e9b07152cc3a6/syntaxes/hcl.tmGrammar.json',
|
|
1025
1025
|
},
|
|
1026
1026
|
{
|
|
1027
1027
|
byteSize: 12496,
|
|
@@ -1781,13 +1781,13 @@ export const grammars = [
|
|
|
1781
1781
|
],
|
|
1782
1782
|
byteSize: 18790,
|
|
1783
1783
|
displayName: 'nushell',
|
|
1784
|
-
lastUpdate: '2024-03-
|
|
1784
|
+
lastUpdate: '2024-03-26T20:23:04Z',
|
|
1785
1785
|
license: 'MIT',
|
|
1786
1786
|
licenseUrl: 'https://raw.githubusercontent.com/nushell/vscode-nushell-lang/main/LICENSE',
|
|
1787
1787
|
name: 'nushell',
|
|
1788
1788
|
scopeName: 'source.nushell',
|
|
1789
|
-
sha: '
|
|
1790
|
-
source: 'https://github.com/nushell/vscode-nushell-lang/blob/
|
|
1789
|
+
sha: '92faaf74f87bcdff8eb70e0aab7c9118e64189f4',
|
|
1790
|
+
source: 'https://github.com/nushell/vscode-nushell-lang/blob/92faaf74f87bcdff8eb70e0aab7c9118e64189f4/syntaxes/nushell.tmLanguage.json',
|
|
1791
1791
|
},
|
|
1792
1792
|
{
|
|
1793
1793
|
aliases: [
|
|
@@ -2535,6 +2535,20 @@ export const grammars = [
|
|
|
2535
2535
|
sha: 'e82b64c1e86396220786846201e9aa3f0a2d9ca2',
|
|
2536
2536
|
source: 'https://github.com/textmate/toml.tmbundle/blob/e82b64c1e86396220786846201e9aa3f0a2d9ca2/Syntaxes/TOML.tmLanguage',
|
|
2537
2537
|
},
|
|
2538
|
+
{
|
|
2539
|
+
byteSize: 633,
|
|
2540
|
+
categories: [
|
|
2541
|
+
'data',
|
|
2542
|
+
],
|
|
2543
|
+
displayName: 'TSV',
|
|
2544
|
+
lastUpdate: '2018-06-05T03:29:03Z',
|
|
2545
|
+
license: 'MIT',
|
|
2546
|
+
licenseUrl: 'https://raw.githubusercontent.com/mechatroner/vscode_rainbow_csv/master/LICENSE',
|
|
2547
|
+
name: 'tsv',
|
|
2548
|
+
scopeName: 'text.tsv',
|
|
2549
|
+
sha: '00d4c947f1bbe6a4a73599bd97fb31bdfbe262f3',
|
|
2550
|
+
source: 'https://github.com/mechatroner/vscode_rainbow_csv/blob/00d4c947f1bbe6a4a73599bd97fb31bdfbe262f3/syntaxes/tsv.tmLanguage.json',
|
|
2551
|
+
},
|
|
2538
2552
|
{
|
|
2539
2553
|
byteSize: 175266,
|
|
2540
2554
|
categories: [
|
package/package.json
CHANGED