tm-grammars 1.17.22 → 1.17.23

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
@@ -72,7 +72,7 @@ import { grammars } from 'tm-grammars'
72
72
  | `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.25 kB |
73
73
  | `emacs-lisp` | `elisp` | [Alhadis/language-emacs-lisp](https://github.com/Alhadis/language-emacs-lisp/blob/07ef9e419b80478a0976acbc6ef9d190b07e508e/grammars/emacs-lisp.cson) | [ISC](https://raw.githubusercontent.com/Alhadis/language-emacs-lisp/master/LICENSE.md) | | 784.09 kB |
74
74
  | `erb` | | [textmate/ruby.tmbundle](https://github.com/textmate/ruby.tmbundle/blob/ecf0f1df23984bcff9b51552e35d9696cb0d9539/Syntaxes/HTML%20(Ruby%20-%20ERB).tmLanguage) | | `html` `ruby` | 1.90 kB |
75
- | `erlang` | `erl` | [erlang-ls/grammar](https://github.com/erlang-ls/grammar/blob/cf532fa16db0f106c50db4bcad38f862210f6d14/Erlang.plist) | [Apache-2.0](https://raw.githubusercontent.com/erlang-ls/grammar/main/LICENSE) | | 34.56 kB |
75
+ | `erlang` | `erl` | [erlang-ls/grammar](https://github.com/erlang-ls/grammar/blob/002e4afb366c9286ef52defc207348b38238222a/Erlang.plist) | [Apache-2.0](https://raw.githubusercontent.com/erlang-ls/grammar/main/LICENSE) | | 34.57 kB |
76
76
  | `fennel` | | [kongeor/vsc-fennel](https://github.com/kongeor/vsc-fennel/blob/664148923d7bd72531120d0cba712c6dba6f698d/syntaxes/fennel.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/kongeor/vsc-fennel/master/LICENSE) | | 4.54 kB |
77
77
  | `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.04 kB |
78
78
  | `fluent` | `ftl` | [macabeus/vscode-fluent](https://github.com/macabeus/vscode-fluent/blob/8544ea296a7769a359f43ddff4dc4b6c61f5cf59/syntaxes/fluent.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/macabeus/vscode-fluent/master/LICENSE) | | 3.39 kB |
@@ -584,7 +584,7 @@
584
584
  ]
585
585
  },
586
586
  {
587
- "begin": "\\b(fun)\\s*+(\\()(?=(\\s*+\\())",
587
+ "begin": "\\b(fun)\\s*+(\\()(?=(\\s*+\\()|(\\)))",
588
588
  "beginCaptures": {
589
589
  "1": {
590
590
  "name": "entity.name.function.erlang"
package/index.js CHANGED
@@ -809,15 +809,15 @@ export const grammars = [
809
809
  aliases: [
810
810
  'erl',
811
811
  ],
812
- byteSize: 35389,
812
+ byteSize: 35395,
813
813
  displayName: 'Erlang',
814
- lastUpdate: '2024-04-03T07:43:17Z',
814
+ lastUpdate: '2024-06-18T19:26:56Z',
815
815
  license: 'Apache-2.0',
816
816
  licenseUrl: 'https://raw.githubusercontent.com/erlang-ls/grammar/main/LICENSE',
817
817
  name: 'erlang',
818
818
  scopeName: 'source.erlang',
819
- sha: 'cf532fa16db0f106c50db4bcad38f862210f6d14',
820
- source: 'https://github.com/erlang-ls/grammar/blob/cf532fa16db0f106c50db4bcad38f862210f6d14/Erlang.plist',
819
+ sha: '002e4afb366c9286ef52defc207348b38238222a',
820
+ source: 'https://github.com/erlang-ls/grammar/blob/002e4afb366c9286ef52defc207348b38238222a/Erlang.plist',
821
821
  },
822
822
  {
823
823
  byteSize: 4649,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "tm-grammars",
3
3
  "type": "module",
4
- "version": "1.17.22",
4
+ "version": "1.17.23",
5
5
  "description": "Collecton of TextMate grammars in JSON",
6
6
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
7
7
  "license": "MIT",