tm-grammars 1.24.2 → 1.24.3

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
@@ -2571,7 +2571,20 @@ Files: emacs-lisp.json
2571
2571
  License: https://raw.githubusercontent.com/Alhadis/language-emacs-lisp/master/LICENSE.md
2572
2572
  SPDX: ISC
2573
2573
  ---------------------------------------------------------------------------------------------------------
2574
- 404: Not Found
2574
+ Copyright (c) 2016-2023, John Gardner
2575
+
2576
+ Permission to use, copy, modify, and/or distribute this software for any
2577
+ purpose with or without fee is hereby granted, provided that the above
2578
+ copyright notice and this permission notice appear in all copies.
2579
+
2580
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
2581
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
2582
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
2583
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
2584
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
2585
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
2586
+ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2587
+
2575
2588
  =========================================================================================================
2576
2589
  Files: erlang.json
2577
2590
  License: https://raw.githubusercontent.com/erlang-ls/grammar/main/LICENSE
package/README.md CHANGED
@@ -208,7 +208,7 @@ import { grammars } from 'tm-grammars'
208
208
  | `talonscript` | `talon` | [mrob95/vscode-TalonScript](https://github.com/mrob95/vscode-TalonScript/blob/91f3a6faaf926c02582f36ee155f2c4a02b9cc48/syntaxes/talon.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/mirober/vscode-TalonScript/master/LICENSE) | | | 6.40 kB |
209
209
  | `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.10 kB |
210
210
  | `tcl` | | [sleutho/tcl](https://github.com/sleutho/tcl/blob/f18820ad14678bc033f0a35524820c90fe50f18b/syntaxes/tcl.tmLanguage) | | | | 4.12 kB |
211
- | `templ` | | [templ-go/templ-vscode](https://github.com/templ-go/templ-vscode/blob/257a6388f92d85bdbea3bc6b76e6b3f32d2aab3f/syntaxes/templ.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/templ-go/templ-vscode/main/LICENSE) | | `go` `javascript` `css` | 22.98 kB |
211
+ | `templ` | | [templ-go/templ-vscode](https://github.com/templ-go/templ-vscode/blob/d0af70c97ed384e93892c46b93d622ffaba5d93c/syntaxes/templ.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/templ-go/templ-vscode/main/LICENSE) | | `go` `javascript` `css` | 23.04 kB |
212
212
  | `terraform` | `tf` `tfvars` | [hashicorp/syntax](https://github.com/hashicorp/syntax/blob/cc2b4d4fe389f14b8a13937f4e0d7b2811b57588/syntaxes/terraform.tmGrammar.json) | [MPL-2.0](https://raw.githubusercontent.com/hashicorp/syntax/main/LICENSE) | | | 10.79 kB |
213
213
  | `tex` | | [microsoft/vscode](https://github.com/microsoft/vscode/blob/f8bb386a48f799f890d00f217a90f615c9b3866c/extensions/latex/syntaxes/TeX.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | | `r` | 8.99 kB |
214
214
  | `toml` | | [textmate/toml.tmbundle](https://github.com/textmate/toml.tmbundle/blob/e82b64c1e86396220786846201e9aa3f0a2d9ca2/Syntaxes/TOML.tmLanguage) | | | | 5.98 kB |
@@ -402,7 +402,7 @@
402
402
  "name": "comment.block.html"
403
403
  },
404
404
  "html-template": {
405
- "begin": "^(templ) ((?:\\([A-z][0-9A-z]* \\*?[A-z][0-9A-z]*\\) )?[A-z][0-9A-z]*([(\\[]))",
405
+ "begin": "^(templ) ((?:\\((?:[A-Z_a-z][0-9A-Z_a-z]*\\s+\\*?[A-Z_a-z][0-9A-Z_a-z]*|\\*?[A-Z_a-z][0-9A-Z_a-z]*)\\)\\s*)?[A-Z_a-z][0-9A-Z_a-z]*([(\\[]))",
406
406
  "beginCaptures": {
407
407
  "1": {
408
408
  "name": "keyword.control.go"
package/index.js CHANGED
@@ -3907,7 +3907,7 @@ export const grammars = [
3907
3907
  sourceApi: 'https://api.github.com/repos/sleutho/tcl/contents/syntaxes/tcl.tmLanguage?ref=f18820ad14678bc033f0a35524820c90fe50f18b',
3908
3908
  },
3909
3909
  {
3910
- byteSize: 23527,
3910
+ byteSize: 23588,
3911
3911
  displayName: 'Templ',
3912
3912
  embedded: [
3913
3913
  'go',
@@ -3916,15 +3916,15 @@ export const grammars = [
3916
3916
  ],
3917
3917
  funding: [
3918
3918
  ],
3919
- hash: 'AN7Y3py_iR7Fen9uHp6HAfw_qFcHoXM7KM18aVrswnA',
3920
- lastUpdate: '2025-04-08T08:46:52Z',
3919
+ hash: 'RQozWCZV8DFIVCyvBW0ISIYibu_sKvT1BHxEFzt675c',
3920
+ lastUpdate: '2025-08-11T13:54:58Z',
3921
3921
  license: 'MIT',
3922
3922
  licenseUrl: 'https://raw.githubusercontent.com/templ-go/templ-vscode/main/LICENSE',
3923
3923
  name: 'templ',
3924
3924
  scopeName: 'source.templ',
3925
- sha: '257a6388f92d85bdbea3bc6b76e6b3f32d2aab3f',
3926
- source: 'https://github.com/templ-go/templ-vscode/blob/257a6388f92d85bdbea3bc6b76e6b3f32d2aab3f/syntaxes/templ.tmLanguage.json',
3927
- sourceApi: 'https://api.github.com/repos/templ-go/templ-vscode/contents/syntaxes/templ.tmLanguage.json?ref=257a6388f92d85bdbea3bc6b76e6b3f32d2aab3f',
3925
+ sha: 'd0af70c97ed384e93892c46b93d622ffaba5d93c',
3926
+ source: 'https://github.com/templ-go/templ-vscode/blob/d0af70c97ed384e93892c46b93d622ffaba5d93c/syntaxes/templ.tmLanguage.json',
3927
+ sourceApi: 'https://api.github.com/repos/templ-go/templ-vscode/contents/syntaxes/templ.tmLanguage.json?ref=d0af70c97ed384e93892c46b93d622ffaba5d93c',
3928
3928
  },
3929
3929
  {
3930
3930
  aliases: [
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "tm-grammars",
3
3
  "type": "module",
4
- "version": "1.24.2",
4
+ "version": "1.24.3",
5
5
  "description": "Collecton of TextMate grammars in JSON",
6
6
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
7
7
  "license": "MIT",