tm-grammars 1.24.4 → 1.24.5
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 +1 -1
- package/grammars/cobol.json +2 -2
- package/index.js +6 -6
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -48,7 +48,7 @@ import { grammars } from 'tm-grammars'
|
|
|
48
48
|
| `clarity` | | [hirosystems/clarity.tmbundle](https://github.com/hirosystems/clarity.tmbundle/blob/52508cc05304780d80a5dc817fcc35c6760c5459/Syntaxes/clarity.JSON-tmLanguage) | [MIT](https://raw.githubusercontent.com/hirosystems/clarity.tmbundle/main/LICENSE) | | | 13.30 kB |
|
|
49
49
|
| `clojure` | `clj` | [microsoft/vscode](https://github.com/microsoft/vscode/blob/a1a4c0a63b1ad59e84f54b874744fe35dea9abe1/extensions/clojure/syntaxes/clojure.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | | | 6.02 kB |
|
|
50
50
|
| `cmake` | | [twxs/vs.language.cmake](https://github.com/twxs/vs.language.cmake/blob/19b1b8fe2d68d72cf294d0c3c22f0a3fc54f8f6f/syntaxes/CMake.tmLanguage) | [MIT](https://raw.githubusercontent.com/twxs/vs.language.cmake/master/LICENSE) | | | 9.38 kB |
|
|
51
|
-
| `cobol` | | [spgennard/vscode_cobol](https://github.com/spgennard/vscode_cobol/blob/
|
|
51
|
+
| `cobol` | | [spgennard/vscode_cobol](https://github.com/spgennard/vscode_cobol/blob/28a53ee742017ec60055f2aaaf174aaf62e83c45/syntaxes/COBOL.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/spgennard/vscode_cobol/main/LICENSE) | | `html` `java` | 37.32 kB |
|
|
52
52
|
| `codeowners` | | [jasonnutter/vscode-codeowners](https://github.com/jasonnutter/vscode-codeowners/blob/219dee0ab25c1bfad0b9de84180117e71221a653/syntaxes/codeowners.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/jasonnutter/vscode-codeowners/master/LICENSE.txt) | | | 471.00 B |
|
|
53
53
|
| `codeql` | `ql` | [github/vscode-codeql](https://github.com/github/vscode-codeql/blob/a6266bbcc88702619ceb580253a65e8f83333c1b/syntaxes/ql.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/github/vscode-codeql/main/LICENSE.md) | | | 25.78 kB |
|
|
54
54
|
| `coffee` | `coffeescript` | [microsoft/vscode](https://github.com/microsoft/vscode/blob/ff58f5083f57b50e6a100ab60454dfb72fe21e80/extensions/coffeescript/syntaxes/coffeescript.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | | `javascript` | 25.88 kB |
|
package/grammars/cobol.json
CHANGED
|
@@ -252,7 +252,7 @@
|
|
|
252
252
|
"name": "entity.other.attribute-name.preprocessor.cobol"
|
|
253
253
|
}
|
|
254
254
|
},
|
|
255
|
-
"match": "(\\$(
|
|
255
|
+
"match": "(\\$(?:(?i:region)|(?i:end-region)))(.*)$"
|
|
256
256
|
},
|
|
257
257
|
{
|
|
258
258
|
"begin": "\\$(?i:doc)(.*)$",
|
|
@@ -315,7 +315,7 @@
|
|
|
315
315
|
},
|
|
316
316
|
{
|
|
317
317
|
"match": "(>>.*)$",
|
|
318
|
-
"name": "strong comment.line.set.
|
|
318
|
+
"name": "strong comment.line.set.cobol"
|
|
319
319
|
},
|
|
320
320
|
{
|
|
321
321
|
"match": "([NUnu][Xx]|[HXhx])'\\h*'",
|
package/index.js
CHANGED
|
@@ -615,7 +615,7 @@ export const grammars = [
|
|
|
615
615
|
sourceApi: 'https://api.github.com/repos/twxs/vs.language.cmake/contents/syntaxes/CMake.tmLanguage?ref=19b1b8fe2d68d72cf294d0c3c22f0a3fc54f8f6f',
|
|
616
616
|
},
|
|
617
617
|
{
|
|
618
|
-
byteSize:
|
|
618
|
+
byteSize: 38215,
|
|
619
619
|
displayName: 'COBOL',
|
|
620
620
|
embedded: [
|
|
621
621
|
'html',
|
|
@@ -623,15 +623,15 @@ export const grammars = [
|
|
|
623
623
|
],
|
|
624
624
|
funding: [
|
|
625
625
|
],
|
|
626
|
-
hash: '
|
|
627
|
-
lastUpdate: '2025-
|
|
626
|
+
hash: 'eWw0cwpULrxH1b6u9F-vrb5XaWbIVyEKZpovABNnAyw',
|
|
627
|
+
lastUpdate: '2025-08-19T20:53:00Z',
|
|
628
628
|
license: 'MIT',
|
|
629
629
|
licenseUrl: 'https://raw.githubusercontent.com/spgennard/vscode_cobol/main/LICENSE',
|
|
630
630
|
name: 'cobol',
|
|
631
631
|
scopeName: 'source.cobol',
|
|
632
|
-
sha: '
|
|
633
|
-
source: 'https://github.com/spgennard/vscode_cobol/blob/
|
|
634
|
-
sourceApi: 'https://api.github.com/repos/spgennard/vscode_cobol/contents/syntaxes/COBOL.tmLanguage.json?ref=
|
|
632
|
+
sha: '28a53ee742017ec60055f2aaaf174aaf62e83c45',
|
|
633
|
+
source: 'https://github.com/spgennard/vscode_cobol/blob/28a53ee742017ec60055f2aaaf174aaf62e83c45/syntaxes/COBOL.tmLanguage.json',
|
|
634
|
+
sourceApi: 'https://api.github.com/repos/spgennard/vscode_cobol/contents/syntaxes/COBOL.tmLanguage.json?ref=28a53ee742017ec60055f2aaaf174aaf62e83c45',
|
|
635
635
|
},
|
|
636
636
|
{
|
|
637
637
|
byteSize: 471,
|