Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Feb 14, 2024
1 parent dd063ca commit 44d32ed
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/tm-grammars/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ import { grammars } from 'tm-grammars'
| `system-verilog` | | [mshr-h/vscode-verilog-hdl-support](https://github.com/mshr-h/vscode-verilog-hdl-support/blob/dca87637e8789563ec5315794fdc5ef8ce498264/syntaxes/systemverilog.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/mshr-h/vscode-verilog-hdl-support/main/LICENSE) | | 18.47 kB |
| `tasl` | | [underlay/vscode-tasl](https://github.com/underlay/vscode-tasl/blob/dde4b7c0b762c2e667584095362dd49ebfacece7/syntaxes/tasl.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/underlay/vscode-tasl/main/LICENSE) | | 3.21 kB |
| `tcl` | | [sleutho/tcl](https://github.com/sleutho/tcl/blob/f18820ad14678bc033f0a35524820c90fe50f18b/syntaxes/tcl.tmLanguage) | | | 4.66 kB |
| `terraform` | `tf` `tfvars` | [hashicorp/syntax](https://github.com/hashicorp/syntax/blob/13b5b4f2832a27901f1391ce0264199065c01169/syntaxes/terraform.tmGrammar.json) | [MPL-2.0](https://raw.githubusercontent.com/hashicorp/syntax/main/LICENSE) | | 12.40 kB |
| `terraform` | `tf` `tfvars` | [hashicorp/syntax](https://github.com/hashicorp/syntax/blob/13b5b4f2832a27901f1391ce0264199065c01169/syntaxes/terraform.tmGrammar.json) | [MPL-2.0](https://raw.githubusercontent.com/hashicorp/syntax/main/LICENSE) | | 12.39 kB |
| `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 |
| `toml` | | [textmate/toml.tmbundle](https://github.com/textmate/toml.tmbundle/blob/e82b64c1e86396220786846201e9aa3f0a2d9ca2/Syntaxes/TOML.tmLanguage) | | | 6.26 kB |
| `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 |
Expand Down
2 changes: 1 addition & 1 deletion packages/tm-grammars/grammars/terraform.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"displayName": "HashiCorp Terraform",
"displayName": "Terraform",
"fileTypes": [
"tf",
"tfvars"
Expand Down
2 changes: 1 addition & 1 deletion packages/tm-grammars/grammars/zig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"displayName": "zig",
"displayName": "Zig",
"fileTypes": [
"zig",
"zon"
Expand Down
6 changes: 3 additions & 3 deletions packages/tm-grammars/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2482,8 +2482,8 @@ export const grammars = [
'tf',
'tfvars',
],
byteSize: 12693,
displayName: 'HashiCorp Terraform',
byteSize: 12683,
displayName: 'Terraform',
lastUpdate: '2023-06-22T13:43:10Z',
license: 'MPL-2.0',
licenseUrl: 'https://raw.githubusercontent.com/hashicorp/syntax/main/LICENSE',
Expand Down Expand Up @@ -2843,7 +2843,7 @@ export const grammars = [
categories: [
'general',
],
displayName: 'zig',
displayName: 'Zig',
lastUpdate: '2023-10-11T06:24:26Z',
license: 'MIT',
licenseUrl: 'https://raw.githubusercontent.com/ziglang/vscode-zig/master/LICENSE',
Expand Down
1 change: 1 addition & 0 deletions sources-grammars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -818,6 +818,7 @@ export const sourcesCommunity: GrammarSource[] = [
},
{
name: 'terraform',
displayName: 'Terraform',
aliases: ['tf', 'tfvars'],
source: 'https://github.com/hashicorp/syntax/blob/main/syntaxes/terraform.tmGrammar.json',
},
Expand Down

0 comments on commit 44d32ed

Please sign in to comment.