tm-grammars 1.5.7 → 1.6.1

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
@@ -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
@@ -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 |
@@ -201,7 +202,7 @@ import { grammars } from 'tm-grammars'
201
202
  | `xsl` | | [microsoft/vscode](https://github.com/microsoft/vscode/blob/8fdf170a0850c1cc027382f31650aaf300d3ae2a/extensions/xml/syntaxes/xsl.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | `xml` | 1.20 kB |
202
203
  | `yaml` | `yml` | [microsoft/vscode](https://github.com/microsoft/vscode/blob/772aaf777a2e6b50c5c2e53da1a0955d2cb73a4d/extensions/yaml/syntaxes/yaml.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | | 10.58 kB |
203
204
  | `zenscript` | | [CraftTweaker/ZenScript-tmLanguage](https://github.com/CraftTweaker/ZenScript-tmLanguage/blob/5a7bcb775a6fb37470e56f904e70d8b8b9e6b047/zenscript.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/CraftTweaker/ZenScript-tmLanguage/master/LICENSE) | | 4.08 kB |
204
- | `zig` | | [ziglang/vscode-zig](https://github.com/ziglang/vscode-zig/blob/5a806c116fa1f940b68ba3064e77cbd3239985a3/syntaxes/zig.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/ziglang/vscode-zig/master/LICENSE) | | 4.69 kB |
205
+ | `zig` | | [ziglang/vscode-zig](https://github.com/ziglang/vscode-zig/blob/f6a1959a2ae122ee9f5aefc950904bb072f09688/syntaxes/zig.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/ziglang/vscode-zig/master/LICENSE) | | 4.69 kB |
205
206
 
206
207
  ## Injections
207
208
 
@@ -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
@@ -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: [
@@ -2872,13 +2886,13 @@ export const grammars = [
2872
2886
  'general',
2873
2887
  ],
2874
2888
  displayName: 'Zig',
2875
- lastUpdate: '2024-03-24T10:39:45Z',
2889
+ lastUpdate: '2024-04-01T00:42:12Z',
2876
2890
  license: 'MIT',
2877
2891
  licenseUrl: 'https://raw.githubusercontent.com/ziglang/vscode-zig/master/LICENSE',
2878
2892
  name: 'zig',
2879
2893
  scopeName: 'source.zig',
2880
- sha: '5a806c116fa1f940b68ba3064e77cbd3239985a3',
2881
- source: 'https://github.com/ziglang/vscode-zig/blob/5a806c116fa1f940b68ba3064e77cbd3239985a3/syntaxes/zig.tmLanguage.json',
2894
+ sha: 'f6a1959a2ae122ee9f5aefc950904bb072f09688',
2895
+ source: 'https://github.com/ziglang/vscode-zig/blob/f6a1959a2ae122ee9f5aefc950904bb072f09688/syntaxes/zig.tmLanguage.json',
2882
2896
  },
2883
2897
  ]
2884
2898
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "tm-grammars",
3
3
  "type": "module",
4
- "version": "1.5.7",
4
+ "version": "1.6.1",
5
5
  "packageManager": "pnpm@8.15.1",
6
6
  "description": "Collecton of TextMate grammars in JSON",
7
7
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",