tm-grammars 1.22.9 → 1.22.10
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/codeql.json +1 -1
- package/index.js +4 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -50,7 +50,7 @@ import { grammars } from 'tm-grammars'
|
|
|
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) | | 10.00 kB |
|
|
51
51
|
| `cobol` | | [spgennard/vscode_cobol](https://github.com/spgennard/vscode_cobol/blob/dc60eb00faf728138ead0ea66581e406c6465652/syntaxes/COBOL.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/spgennard/vscode_cobol/main/LICENSE) | `html` `java` | 38.39 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
|
-
| `codeql` | `ql` | [github/vscode-codeql](https://github.com/github/vscode-codeql/blob/
|
|
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) | | 31.84 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` | 26.11 kB |
|
|
55
55
|
| `common-lisp` | `lisp` | [qingpeng9802/vscode-common-lisp](https://github.com/qingpeng9802/vscode-common-lisp/blob/79d04dc9ca80d98e65c4f28b3d67a24a7829b18f/syntaxes/commonlisp.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/qingpeng9802/vscode-common-lisp/master/LICENSE) | | 26.12 kB |
|
|
56
56
|
| `coq` | | [coq-community/vscoq](https://github.com/coq-community/vscoq/blob/fd167d6d78d2085e86a0bbbd18d37f732e9d1396/client/syntax/coq.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/coq/vscoq/main/LICENSE) | | 5.56 kB |
|
package/grammars/codeql.json
CHANGED
package/index.js
CHANGED
|
@@ -525,14 +525,14 @@ export const grammars = [
|
|
|
525
525
|
],
|
|
526
526
|
byteSize: 32600,
|
|
527
527
|
displayName: 'CodeQL',
|
|
528
|
-
hash: '
|
|
529
|
-
lastUpdate: '
|
|
528
|
+
hash: '0c9c3xgdAS',
|
|
529
|
+
lastUpdate: '2025-01-20T17:49:31Z',
|
|
530
530
|
license: 'MIT',
|
|
531
531
|
licenseUrl: 'https://raw.githubusercontent.com/github/vscode-codeql/main/LICENSE.md',
|
|
532
532
|
name: 'codeql',
|
|
533
533
|
scopeName: 'source.ql',
|
|
534
|
-
sha: '
|
|
535
|
-
source: 'https://github.com/github/vscode-codeql/blob/
|
|
534
|
+
sha: 'a6266bbcc88702619ceb580253a65e8f83333c1b',
|
|
535
|
+
source: 'https://github.com/github/vscode-codeql/blob/a6266bbcc88702619ceb580253a65e8f83333c1b/syntaxes/ql.tmLanguage.json',
|
|
536
536
|
},
|
|
537
537
|
{
|
|
538
538
|
aliases: [
|