tm-grammars 1.6.0 → 1.6.2
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/README.md +2 -2
- package/grammars/erlang.json +6 -19
- package/index.js +7 -7
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -64,7 +64,7 @@ import { grammars } from 'tm-grammars'
|
|
|
64
64
|
| `elixir` | | [elixir-editors/elixir-tmbundle](https://github.com/elixir-editors/elixir-tmbundle/blob/43c8cd957d5ac6e1abbd8730fc7a08c81a6e76c9/Syntaxes/Elixir.tmLanguage) | [NOASSERTION](https://raw.githubusercontent.com/elixir-editors/elixir-tmbundle/master/LICENSE) | `html` | 16.96 kB |
|
|
65
65
|
| `elm` | | [elm-tooling/elm-language-client-vscode](https://github.com/elm-tooling/elm-language-client-vscode/blob/c70351314682c2e0fae8a402ebb301da79821c37/syntaxes/elm-syntax.json) | [MIT](https://raw.githubusercontent.com/elm-tooling/elm-language-client-vscode/main/LICENSE) | `glsl` | 10.51 kB |
|
|
66
66
|
| `erb` | | [textmate/ruby.tmbundle](https://github.com/textmate/ruby.tmbundle/blob/ecf0f1df23984bcff9b51552e35d9696cb0d9539/Syntaxes/HTML%20(Ruby%20-%20ERB).tmLanguage) | | `html` `ruby` | 1.90 kB |
|
|
67
|
-
| `erlang` | `erl` | [erlang-ls/grammar](https://github.com/erlang-ls/grammar/blob/
|
|
67
|
+
| `erlang` | `erl` | [erlang-ls/grammar](https://github.com/erlang-ls/grammar/blob/1087da5388620fe6457316e01cb1a02ee40769a5/Erlang.plist) | [Apache-2.0](https://raw.githubusercontent.com/erlang-ls/grammar/main/LICENSE) | | 27.99 kB |
|
|
68
68
|
| `fish` | | [bmalehorn/vscode-fish](https://github.com/bmalehorn/vscode-fish/blob/2fe4ccc72fdcd9b9f54fbb2c05fe9b350c32d718/syntaxes/fish.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/bmalehorn/vscode-fish/master/LICENSE) | | 5.06 kB |
|
|
69
69
|
| `fortran-fixed-form` | `f` `for` `f77` | [fortran-lang/vscode-fortran-support](https://github.com/fortran-lang/vscode-fortran-support/blob/e642012094fc0a7379f204bb4e61243005afb1da/syntaxes/fortran_fixed-form.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/fortran-lang/vscode-fortran-support/main/LICENSE) | `fortran-free-form` | 905.00 B |
|
|
70
70
|
| `fortran-free-form` | `f90` `f95` `f03` `f08` `f18` | [fortran-lang/vscode-fortran-support](https://github.com/fortran-lang/vscode-fortran-support/blob/f7fb41579770a0d8c75b9f295d167b31147b4f33/syntaxes/fortran_free-form.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/fortran-lang/vscode-fortran-support/main/LICENSE) | | 92.92 kB |
|
|
@@ -202,7 +202,7 @@ import { grammars } from 'tm-grammars'
|
|
|
202
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 |
|
|
203
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 |
|
|
204
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 |
|
|
205
|
-
| `zig` | | [ziglang/vscode-zig](https://github.com/ziglang/vscode-zig/blob/
|
|
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 |
|
|
206
206
|
|
|
207
207
|
## Injections
|
|
208
208
|
|
package/grammars/erlang.json
CHANGED
|
@@ -1672,36 +1672,23 @@
|
|
|
1672
1672
|
"10": {
|
|
1673
1673
|
"name": "punctuation.separator.placeholder-parts.erlang"
|
|
1674
1674
|
},
|
|
1675
|
-
"12": {
|
|
1676
|
-
"name": "punctuation.separator.placeholder-parts.erlang"
|
|
1677
|
-
},
|
|
1678
|
-
"3": {
|
|
1679
|
-
"name": "punctuation.separator.placeholder-parts.erlang"
|
|
1680
|
-
},
|
|
1681
|
-
"4": {
|
|
1682
|
-
"name": "punctuation.separator.placeholder-parts.erlang"
|
|
1683
|
-
},
|
|
1684
1675
|
"6": {
|
|
1685
1676
|
"name": "punctuation.separator.placeholder-parts.erlang"
|
|
1686
|
-
},
|
|
1687
|
-
"8": {
|
|
1688
|
-
"name": "punctuation.separator.placeholder-parts.erlang"
|
|
1689
1677
|
}
|
|
1690
1678
|
},
|
|
1691
|
-
"
|
|
1692
|
-
"
|
|
1679
|
+
"comment": "io:fwrite format contorl sequence",
|
|
1680
|
+
"match": "(~)((\\-)?\\d++|(\\*))?((\\.)(\\d++|(\\*))?((\\.)((\\*)|.))?)?[tlkK]*[~cfegswpWPBX#bx\\+ni]",
|
|
1681
|
+
"name": "constant.character.format.placeholder.other.erlang"
|
|
1693
1682
|
},
|
|
1694
1683
|
{
|
|
1695
1684
|
"captures": {
|
|
1696
1685
|
"1": {
|
|
1697
1686
|
"name": "punctuation.definition.placeholder.erlang"
|
|
1698
|
-
},
|
|
1699
|
-
"2": {
|
|
1700
|
-
"name": "punctuation.separator.placeholder-parts.erlang"
|
|
1701
1687
|
}
|
|
1702
1688
|
},
|
|
1703
|
-
"
|
|
1704
|
-
"
|
|
1689
|
+
"comment": "io:fread format contorl sequence",
|
|
1690
|
+
"match": "(~)(\\*)?(\\d++)?(t)?[~du\\-#fsacl]",
|
|
1691
|
+
"name": "constant.character.format.placeholder.other.erlang"
|
|
1705
1692
|
},
|
|
1706
1693
|
{
|
|
1707
1694
|
"match": "~[^\"]?",
|
package/index.js
CHANGED
|
@@ -642,15 +642,15 @@ export const grammars = [
|
|
|
642
642
|
aliases: [
|
|
643
643
|
'erl',
|
|
644
644
|
],
|
|
645
|
-
byteSize:
|
|
645
|
+
byteSize: 28659,
|
|
646
646
|
displayName: 'Erlang',
|
|
647
|
-
lastUpdate: '
|
|
647
|
+
lastUpdate: '2024-04-01T11:26:14Z',
|
|
648
648
|
license: 'Apache-2.0',
|
|
649
649
|
licenseUrl: 'https://raw.githubusercontent.com/erlang-ls/grammar/main/LICENSE',
|
|
650
650
|
name: 'erlang',
|
|
651
651
|
scopeName: 'source.erlang',
|
|
652
|
-
sha: '
|
|
653
|
-
source: 'https://github.com/erlang-ls/grammar/blob/
|
|
652
|
+
sha: '1087da5388620fe6457316e01cb1a02ee40769a5',
|
|
653
|
+
source: 'https://github.com/erlang-ls/grammar/blob/1087da5388620fe6457316e01cb1a02ee40769a5/Erlang.plist',
|
|
654
654
|
},
|
|
655
655
|
{
|
|
656
656
|
byteSize: 5184,
|
|
@@ -2886,13 +2886,13 @@ export const grammars = [
|
|
|
2886
2886
|
'general',
|
|
2887
2887
|
],
|
|
2888
2888
|
displayName: 'Zig',
|
|
2889
|
-
lastUpdate: '2024-
|
|
2889
|
+
lastUpdate: '2024-04-01T00:42:12Z',
|
|
2890
2890
|
license: 'MIT',
|
|
2891
2891
|
licenseUrl: 'https://raw.githubusercontent.com/ziglang/vscode-zig/master/LICENSE',
|
|
2892
2892
|
name: 'zig',
|
|
2893
2893
|
scopeName: 'source.zig',
|
|
2894
|
-
sha: '
|
|
2895
|
-
source: 'https://github.com/ziglang/vscode-zig/blob/
|
|
2894
|
+
sha: 'f6a1959a2ae122ee9f5aefc950904bb072f09688',
|
|
2895
|
+
source: 'https://github.com/ziglang/vscode-zig/blob/f6a1959a2ae122ee9f5aefc950904bb072f09688/syntaxes/zig.tmLanguage.json',
|
|
2896
2896
|
},
|
|
2897
2897
|
]
|
|
2898
2898
|
|
package/package.json
CHANGED