tm-grammars 1.22.0 → 1.22.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/NOTICE +3 -3
- package/README.md +3 -3
- package/grammars/ada.json +1 -1
- package/grammars/log.json +6 -2
- package/grammars/systemd.json +1 -1
- package/index.js +15 -15
- package/package.json +1 -1
package/NOTICE
CHANGED
|
@@ -2191,14 +2191,14 @@ SPDX: MIT
|
|
|
2191
2191
|
MIT License
|
|
2192
2192
|
|
|
2193
2193
|
Copyright (c) 2015-2020 Stephen Gennard
|
|
2194
|
-
Copyright (c) 2021-
|
|
2194
|
+
Copyright (c) 2021-2025 Stephen Paul Gennard
|
|
2195
2195
|
|
|
2196
2196
|
All rights reserved.
|
|
2197
2197
|
|
|
2198
2198
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2199
2199
|
of this software and associated documentation files (the "Software"), to deal
|
|
2200
2200
|
in the Software without restriction, including without limitation the rights
|
|
2201
|
-
to use, copy, modify, merge, publish, distribute,
|
|
2201
|
+
to use, copy, modify, merge, publish, distribute, sub-license, and/or sell
|
|
2202
2202
|
copies of the Software, and to permit persons to whom the Software is
|
|
2203
2203
|
furnished to do so, subject to the following conditions:
|
|
2204
2204
|
|
|
@@ -2207,7 +2207,7 @@ copies or substantial portions of the Software.
|
|
|
2207
2207
|
|
|
2208
2208
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2209
2209
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2210
|
-
FITNESS FOR A PARTICULAR PURPOSE AND
|
|
2210
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE
|
|
2211
2211
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2212
2212
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2213
2213
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
package/README.md
CHANGED
|
@@ -22,7 +22,7 @@ import { grammars } from 'tm-grammars'
|
|
|
22
22
|
| ---- | ----- | ------ | ------- | ------- | --------- |
|
|
23
23
|
| `abap` | | [pvl/abap.tmbundle](https://github.com/pvl/abap.tmbundle/blob/92e17e62a9449d2a6f87bfb30b4f920986c24018/Syntaxes/ABAP.tmLanguage) | | | 15.44 kB |
|
|
24
24
|
| `actionscript-3` | | [BowlerHatLLC/vscode-as3mxml](https://github.com/BowlerHatLLC/vscode-as3mxml/blob/77075cd9a439ecd87815cecb1f1c2bb1ff44a2e5/distribution/src/assembly/syntaxes/AS3.tmLanguage) | [Apache-2.0](https://raw.githubusercontent.com/BowlerHatLLC/vscode-as3mxml/main/LICENSE) | | 13.64 kB |
|
|
25
|
-
| `ada` | | [AdaCore/ada_language_server](https://github.com/AdaCore/ada_language_server/blob/
|
|
25
|
+
| `ada` | | [AdaCore/ada_language_server](https://github.com/AdaCore/ada_language_server/blob/9329f709cf1aef897bfca679c54e0c3d17f2205f/integration/vscode/ada/advanced/ada.tmLanguage.json) | [GPL-3.0](https://raw.githubusercontent.com/AdaCore/ada_language_server/master/LICENSE) | | 45.71 kB |
|
|
26
26
|
| `angular-html` | | [onivim/vscode-exthost](https://github.com/onivim/vscode-exthost/blob/cfc2a2212de9ea10943af58ebd1817a5ad196463/extensions/html/syntaxes/html-derivative.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/onivim/vscode-exthost/master/LICENSE.txt) | `html` `angular-expression` `angular-let-declaration` `angular-template` `angular-template-blocks` | 772.00 B |
|
|
27
27
|
| `angular-ts` | | [microsoft/vscode](https://github.com/microsoft/vscode/blob/210541906e5a96ab39f9c753f921b1bd35f4138b/extensions/typescript-basics/syntaxes/TypeScript.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | `angular-expression` `angular-inline-style` `angular-inline-template` `angular-let-declaration` `angular-template` `angular-template-blocks` | 165.40 kB |
|
|
28
28
|
| `apache` | | [colinta/ApacheConf.tmLanguage](https://github.com/colinta/ApacheConf.tmLanguage/blob/1fdb47b6fe2cea20cfedbc522bff3ff1ed656c07/ApacheConf.tmLanguage) | [NOASSERTION](https://raw.githubusercontent.com/colinta/ApacheConf.tmLanguage/main/LICENSE) | | 12.57 kB |
|
|
@@ -129,7 +129,7 @@ import { grammars } from 'tm-grammars'
|
|
|
129
129
|
| `lean` | `lean4` | [leanprover/vscode-lean4](https://github.com/leanprover/vscode-lean4/blob/2255bc20c9d28d868d04fb91428652a95cc87a92/vscode-lean4/syntaxes/lean4.json) | [Apache-2.0](https://raw.githubusercontent.com/leanprover/vscode-lean4/master/LICENSE) | | 3.92 kB |
|
|
130
130
|
| `less` | | [microsoft/vscode](https://github.com/microsoft/vscode/blob/03dc55030b3b2b5c4779d4ac1e2e46cd1f5a6b7c/extensions/less/syntaxes/less.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | | 96.43 kB |
|
|
131
131
|
| `liquid` | | [Shopify/liquid-tm-grammar](https://github.com/Shopify/liquid-tm-grammar/blob/aa58eab9a09a764b10864aa8d1d48f1d5f3aac2e/grammars/liquid.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/Shopify/liquid-tm-grammar/main/LICENSE.md) | `html` `css` `json` `javascript` | 16.13 kB |
|
|
132
|
-
| `log` | | [emilast/vscode-logfile-highlighter](https://github.com/emilast/vscode-logfile-highlighter/blob/
|
|
132
|
+
| `log` | | [emilast/vscode-logfile-highlighter](https://github.com/emilast/vscode-logfile-highlighter/blob/fc571bd87b33bb69d3bdc0052f94face723ee4f7/syntaxes/log.tmLanguage) | [MIT](https://raw.githubusercontent.com/emilast/vscode-logfile-highlighter/master/LICENSE) | | 2.61 kB |
|
|
133
133
|
| `logo` | | [textmate/logo.tmbundle](https://github.com/textmate/logo.tmbundle/blob/3205e987ed2a2aa11accdd55a7d094832441f89c/Syntaxes/Logo.tmLanguage) | | | 3.02 kB |
|
|
134
134
|
| `lua` | | [microsoft/vscode](https://github.com/microsoft/vscode/blob/5c213a1e84928c7a7d11ca5b282ca602d40c1352/extensions/lua/syntaxes/lua.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | `c` | 14.24 kB |
|
|
135
135
|
| `luau` | | [JohnnyMorganz/Luau.tmLanguage](https://github.com/JohnnyMorganz/Luau.tmLanguage/blob/050f326bc904342c9344b6e1ece96b9143b57086/Luau.tmLanguage) | [NOASSERTION](https://raw.githubusercontent.com/JohnnyMorganz/Luau.tmLanguage/main/LICENSE.md) | | 11.93 kB |
|
|
@@ -203,7 +203,7 @@ import { grammars } from 'tm-grammars'
|
|
|
203
203
|
| `svelte` | | [sveltejs/language-tools](https://github.com/sveltejs/language-tools/blob/02db54de1f2fc44d958d67113a9d0fb41a8f6fe7/packages/svelte-vscode/syntaxes/svelte.tmLanguage.src.yaml) | [MIT](https://raw.githubusercontent.com/sveltejs/language-tools/master/LICENSE) | `javascript` `typescript` `coffee` `stylus` `sass` `css` `scss` `less` `postcss` `pug` `markdown` | 15.89 kB |
|
|
204
204
|
| `swift` | | [microsoft/vscode](https://github.com/microsoft/vscode/blob/ed4e6eda599f37bac9a11952403a6e63fd4f5a4d/extensions/swift/syntaxes/swift.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | | 91.15 kB |
|
|
205
205
|
| `system-verilog` | | [mshr-h/vscode-verilog-hdl-support](https://github.com/mshr-h/vscode-verilog-hdl-support/blob/a63b28cd8f15d9ec4861b2f802e8bf6ce4f6d2f2/syntaxes/systemverilog.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/mshr-h/vscode-verilog-hdl-support/main/LICENSE) | | 24.53 kB |
|
|
206
|
-
| `systemd` | | [hangxingliu/vscode-systemd](https://github.com/hangxingliu/vscode-systemd/blob/
|
|
206
|
+
| `systemd` | | [hangxingliu/vscode-systemd](https://github.com/hangxingliu/vscode-systemd/blob/62ace1156b5afa0ec9932e3a55cfc00c0123c457/src/syntax/systemd.tmLanguage) | [MIT](https://raw.githubusercontent.com/hangxingliu/vscode-systemd/main/LICENSE) | | 7.47 kB |
|
|
207
207
|
| `talonscript` | `talon` | [mrob95/vscode-TalonScript](https://github.com/mrob95/vscode-TalonScript/blob/d422be3703e2b726c3538015bff9015a642eeb3e/syntaxes/talon.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/mrob95/vscode-TalonScript/master/LICENSE) | | 6.28 kB |
|
|
208
208
|
| `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 |
|
|
209
209
|
| `tcl` | | [sleutho/tcl](https://github.com/sleutho/tcl/blob/f18820ad14678bc033f0a35524820c90fe50f18b/syntaxes/tcl.tmLanguage) | | | 4.65 kB |
|
package/grammars/ada.json
CHANGED
package/grammars/log.json
CHANGED
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"name": "string.regexp, strong log.error"
|
|
67
67
|
},
|
|
68
68
|
{
|
|
69
|
-
"match": "\\b\\d{4}-\\d{2}-\\d{2}(T|\\b)",
|
|
69
|
+
"match": "\\b\\d{4}-\\d{2}-\\d{2}(?=T|\\b)",
|
|
70
70
|
"name": "comment log.date"
|
|
71
71
|
},
|
|
72
72
|
{
|
|
@@ -74,7 +74,11 @@
|
|
|
74
74
|
"name": "comment log.date"
|
|
75
75
|
},
|
|
76
76
|
{
|
|
77
|
-
"match": "
|
|
77
|
+
"match": "T?\\d{1,2}:\\d{2}(:\\d{2}([.,]\\d{1,})?)?(Z| ?[+-]\\d{1,2}:\\d{2})?\\b",
|
|
78
|
+
"name": "comment log.date"
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"match": "T\\d{2}\\d{2}(\\d{2}([.,]\\d{1,})?)?(Z| ?[+-]\\d{1,2}\\d{2})?\\b",
|
|
78
82
|
"name": "comment log.date"
|
|
79
83
|
},
|
|
80
84
|
{
|
package/grammars/systemd.json
CHANGED
|
@@ -333,7 +333,7 @@
|
|
|
333
333
|
"sections": {
|
|
334
334
|
"patterns": [
|
|
335
335
|
{
|
|
336
|
-
"match": "^\\s*\\[(Address|Automount|BFIFO|BareUDP|BatmanAdvanced|Bond|Bridge|BridgeFDB|BridgeMDB|BridgeVLAN|CAKE|CAN|Container|Content|ControlledDelay|Coredump|D-BUS Service|DHCP|DHCPPrefixDelegation|DHCPServer|DHCPServerStaticLease|DHCPv4|DHCPv6|DHCPv6PrefixDelegation|DeficitRoundRobinScheduler|DeficitRoundRobinSchedulerClass|Distribution|EnhancedTransmissionSelection|Exec|FairQueueing|FairQueueingControlledDelay|Files|FlowQueuePIE|FooOverUDP|GENEVE|GenericRandomEarlyDetection|HeavyHitterFilter|HierarchyTokenBucket|HierarchyTokenBucketClass|Home|IOCost|IPVLAN|IPVTAP|IPoIB|IPv6AcceptRA|IPv6AddressLabel|IPv6PREF64Prefix|IPv6Prefix|IPv6PrefixDelegation|IPv6RoutePrefix|IPv6SendRA|Image|Install|Journal|Kube|L2TP|L2TPSession|LLDP|Link|Login|MACVLAN|MACVTAP|MACsec|MACsecReceiveAssociation|MACsecReceiveChannel|MACsecTransmitAssociation|Manager|Match|Mount|Neighbor|NetDev|Network|NetworkEmulator|NextHop|OOM|Output|PFIFO|PFIFOFast|PFIFOHeadDrop|PIE|PStore|Packages|Partition|Path|Peer|Pod|QDisc|QuickFairQueueing|QuickFairQueueingClass|Remote|Resolve|Route|RoutingPolicyRule|SR-IOV|Scope|Service|Sleep|Socket|Source|StochasticFairBlue|StochasticFairnessQueueing|Swap|Tap|Target|Time|Timer|TokenBucketFilter|TrafficControlQueueingDiscipline|Transfer|TrivialLinkEqualizer|Tun|Tunnel|UKI|Unit|Upload|VLAN|VRF|VXCAN|VXLAN|Volume|WLAN|WireGuard|WireGuardPeer|Xfrm)\\]",
|
|
336
|
+
"match": "^\\s*\\[(Address|Automount|BFIFO|BandMultiQueueing|BareUDP|BatmanAdvanced|Bond|Bridge|BridgeFDB|BridgeMDB|BridgeVLAN|CAKE|CAN|ClassfulMultiQueueing|Container|Content|ControlledDelay|Coredump|D-BUS Service|DHCP|DHCPPrefixDelegation|DHCPServer|DHCPServerStaticLease|DHCPv4|DHCPv6|DHCPv6PrefixDelegation|DeficitRoundRobinScheduler|DeficitRoundRobinSchedulerClass|Distribution|EnhancedTransmissionSelection|Exec|FairQueueing|FairQueueingControlledDelay|Feature|Files|FlowQueuePIE|FooOverUDP|GENEVE|GenericRandomEarlyDetection|HeavyHitterFilter|HierarchyTokenBucket|HierarchyTokenBucketClass|Home|IOCost|IPVLAN|IPVTAP|IPoIB|IPv6AcceptRA|IPv6AddressLabel|IPv6PREF64Prefix|IPv6Prefix|IPv6PrefixDelegation|IPv6RoutePrefix|IPv6SendRA|Image|Install|Journal|Kube|L2TP|L2TPSession|LLDP|Link|Login|MACVLAN|MACVTAP|MACsec|MACsecReceiveAssociation|MACsecReceiveChannel|MACsecTransmitAssociation|Manager|Match|Mount|Neighbor|NetDev|Network|NetworkEmulator|NextHop|OOM|Output|PFIFO|PFIFOFast|PFIFOHeadDrop|PIE|PStore|Packages|Partition|Path|Peer|Pod|QDisc|Quadlet|QuickFairQueueing|QuickFairQueueingClass|Remote|Resolve|Route|RoutingPolicyRule|SR-IOV|Scope|Service|Sleep|Socket|Source|StochasticFairBlue|StochasticFairnessQueueing|Swap|Tap|Target|Time|Timer|TokenBucketFilter|TrafficControlQueueingDiscipline|Transfer|TrivialLinkEqualizer|Tun|Tunnel|UKI|Unit|Upload|VLAN|VRF|VXCAN|VXLAN|Volume|WLAN|WireGuard|WireGuardPeer|Xfrm)\\]",
|
|
337
337
|
"name": "entity.name.section"
|
|
338
338
|
},
|
|
339
339
|
{
|
package/index.js
CHANGED
|
@@ -30,16 +30,16 @@ export const grammars = [
|
|
|
30
30
|
source: 'https://github.com/BowlerHatLLC/vscode-as3mxml/blob/77075cd9a439ecd87815cecb1f1c2bb1ff44a2e5/distribution/src/assembly/syntaxes/AS3.tmLanguage',
|
|
31
31
|
},
|
|
32
32
|
{
|
|
33
|
-
byteSize:
|
|
33
|
+
byteSize: 46811,
|
|
34
34
|
displayName: 'Ada',
|
|
35
|
-
hash: '
|
|
36
|
-
lastUpdate: '
|
|
35
|
+
hash: 'gy2232UiiU',
|
|
36
|
+
lastUpdate: '2024-12-20T16:34:23Z',
|
|
37
37
|
license: 'GPL-3.0',
|
|
38
38
|
licenseUrl: 'https://raw.githubusercontent.com/AdaCore/ada_language_server/master/LICENSE',
|
|
39
39
|
name: 'ada',
|
|
40
40
|
scopeName: 'source.ada',
|
|
41
|
-
sha: '
|
|
42
|
-
source: 'https://github.com/AdaCore/ada_language_server/blob/
|
|
41
|
+
sha: '9329f709cf1aef897bfca679c54e0c3d17f2205f',
|
|
42
|
+
source: 'https://github.com/AdaCore/ada_language_server/blob/9329f709cf1aef897bfca679c54e0c3d17f2205f/integration/vscode/ada/advanced/ada.tmLanguage.json',
|
|
43
43
|
},
|
|
44
44
|
{
|
|
45
45
|
byteSize: 772,
|
|
@@ -1846,19 +1846,19 @@ export const grammars = [
|
|
|
1846
1846
|
source: 'https://github.com/Shopify/liquid-tm-grammar/blob/aa58eab9a09a764b10864aa8d1d48f1d5f3aac2e/grammars/liquid.tmLanguage.json',
|
|
1847
1847
|
},
|
|
1848
1848
|
{
|
|
1849
|
-
byteSize:
|
|
1849
|
+
byteSize: 2670,
|
|
1850
1850
|
categories: [
|
|
1851
1851
|
'utility',
|
|
1852
1852
|
],
|
|
1853
1853
|
displayName: 'Log file',
|
|
1854
|
-
hash: '
|
|
1855
|
-
lastUpdate: '
|
|
1854
|
+
hash: 'Am2G1AubIr',
|
|
1855
|
+
lastUpdate: '2025-01-01T17:10:31Z',
|
|
1856
1856
|
license: 'MIT',
|
|
1857
1857
|
licenseUrl: 'https://raw.githubusercontent.com/emilast/vscode-logfile-highlighter/master/LICENSE',
|
|
1858
1858
|
name: 'log',
|
|
1859
1859
|
scopeName: 'text.log',
|
|
1860
|
-
sha: '
|
|
1861
|
-
source: 'https://github.com/emilast/vscode-logfile-highlighter/blob/
|
|
1860
|
+
sha: 'fc571bd87b33bb69d3bdc0052f94face723ee4f7',
|
|
1861
|
+
source: 'https://github.com/emilast/vscode-logfile-highlighter/blob/fc571bd87b33bb69d3bdc0052f94face723ee4f7/syntaxes/log.tmLanguage',
|
|
1862
1862
|
},
|
|
1863
1863
|
{
|
|
1864
1864
|
byteSize: 3096,
|
|
@@ -3136,19 +3136,19 @@ export const grammars = [
|
|
|
3136
3136
|
source: 'https://github.com/mshr-h/vscode-verilog-hdl-support/blob/a63b28cd8f15d9ec4861b2f802e8bf6ce4f6d2f2/syntaxes/systemverilog.tmLanguage.json',
|
|
3137
3137
|
},
|
|
3138
3138
|
{
|
|
3139
|
-
byteSize:
|
|
3139
|
+
byteSize: 7651,
|
|
3140
3140
|
categories: [
|
|
3141
3141
|
'config',
|
|
3142
3142
|
],
|
|
3143
3143
|
displayName: 'Systemd Units',
|
|
3144
|
-
hash: '
|
|
3145
|
-
lastUpdate: '
|
|
3144
|
+
hash: 'jrq9OYuEwJ',
|
|
3145
|
+
lastUpdate: '2025-01-08T14:10:18Z',
|
|
3146
3146
|
license: 'MIT',
|
|
3147
3147
|
licenseUrl: 'https://raw.githubusercontent.com/hangxingliu/vscode-systemd/main/LICENSE',
|
|
3148
3148
|
name: 'systemd',
|
|
3149
3149
|
scopeName: 'source.systemd',
|
|
3150
|
-
sha: '
|
|
3151
|
-
source: 'https://github.com/hangxingliu/vscode-systemd/blob/
|
|
3150
|
+
sha: '62ace1156b5afa0ec9932e3a55cfc00c0123c457',
|
|
3151
|
+
source: 'https://github.com/hangxingliu/vscode-systemd/blob/62ace1156b5afa0ec9932e3a55cfc00c0123c457/src/syntax/systemd.tmLanguage',
|
|
3152
3152
|
},
|
|
3153
3153
|
{
|
|
3154
3154
|
aliases: [
|