tm-grammars 1.6.1 → 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 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/20fc9036e3c2b2ada5f14925bffc7041951f38af/Erlang.plist) | [Apache-2.0](https://raw.githubusercontent.com/erlang-ls/grammar/main/LICENSE) | | 28.16 kB |
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 |
@@ -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
- "match": "(~)((\\-)?\\d++|(\\*))?((\\.)(\\d++|(\\*)))?((\\.)((\\*)|.))?[~cfegswpWPBX#bx\\+ni]",
1692
- "name": "constant.other.placeholder.erlang"
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
- "match": "(~)(\\*)?(\\d++)?[~du\\-#fsacl]",
1704
- "name": "constant.other.placeholder.erlang"
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: 28833,
645
+ byteSize: 28659,
646
646
  displayName: 'Erlang',
647
- lastUpdate: '2023-07-27T09:18:25Z',
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: '20fc9036e3c2b2ada5f14925bffc7041951f38af',
653
- source: 'https://github.com/erlang-ls/grammar/blob/20fc9036e3c2b2ada5f14925bffc7041951f38af/Erlang.plist',
652
+ sha: '1087da5388620fe6457316e01cb1a02ee40769a5',
653
+ source: 'https://github.com/erlang-ls/grammar/blob/1087da5388620fe6457316e01cb1a02ee40769a5/Erlang.plist',
654
654
  },
655
655
  {
656
656
  byteSize: 5184,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "tm-grammars",
3
3
  "type": "module",
4
- "version": "1.6.1",
4
+ "version": "1.6.2",
5
5
  "packageManager": "pnpm@8.15.1",
6
6
  "description": "Collecton of TextMate grammars in JSON",
7
7
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",