Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,9 @@
[submodule "vendor/grammars/berry-grammar"]
path = vendor/grammars/berry-grammar
url = https://github.com/berry-lang/berry-grammar.git
[submodule "vendor/grammars/better-shell-syntax"]
path = vendor/grammars/better-shell-syntax
url = https://github.com/Chocapikk/better-shell-syntax.git
[submodule "vendor/grammars/bicep"]
path = vendor/grammars/bicep
url = https://github.com/azure/bicep
Expand Down Expand Up @@ -857,9 +860,6 @@
[submodule "vendor/grammars/language-sed"]
path = vendor/grammars/language-sed
url = https://github.com/Alhadis/language-sed
[submodule "vendor/grammars/language-shellscript"]
path = vendor/grammars/language-shellscript
url = https://github.com/atom/language-shellscript
[submodule "vendor/grammars/language-subtitles"]
path = vendor/grammars/language-subtitles
url = https://github.com/Alhadis/language-subtitles.git
Expand Down Expand Up @@ -1145,6 +1145,9 @@
[submodule "vendor/grammars/shaders-tmLanguage"]
path = vendor/grammars/shaders-tmLanguage
url = https://github.com/tgjones/shaders-tmLanguage
[submodule "vendor/grammars/shell-session-syntax"]
path = vendor/grammars/shell-session-syntax
url = https://github.com/Chocapikk/shell-session-syntax.git
[submodule "vendor/grammars/slang-vscode-extension"]
path = vendor/grammars/slang-vscode-extension
url = https://github.com/shader-slang/slang-vscode-extension.git
Expand Down
7 changes: 4 additions & 3 deletions grammars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,8 @@ vendor/grammars/ballerina-grammar:
vendor/grammars/berry-grammar:
- source.berry
- source.berry.bytecode
vendor/grammars/better-shell-syntax:
- source.shell
vendor/grammars/bicep:
- markdown.bicep.codeblock
- source.bicep
Expand Down Expand Up @@ -816,9 +818,6 @@ vendor/grammars/language-sass:
vendor/grammars/language-sed:
- source.ed
- source.sed
vendor/grammars/language-shellscript:
- source.shell
- text.shell-session
vendor/grammars/language-subtitles:
- text.srt
- text.vtt
Expand Down Expand Up @@ -1041,6 +1040,8 @@ vendor/grammars/selinux-policy-languages:
vendor/grammars/shaders-tmLanguage:
- source.hlsl
- source.shaderlab
vendor/grammars/shell-session-syntax:
- text.shell-session
vendor/grammars/slang-vscode-extension:
- source.slang
vendor/grammars/slint-tmLanguage:
Expand Down
1 change: 1 addition & 0 deletions tools/grammars/compiler/data.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ var KnownFields = map[string]bool{

// GrammarsInNonStdPath is a list of grammars known to have their syntax .cson or .json files in non-standard directories.
var GrammarsInNonStdPath = map[string]bool{
"autogenerated": true,
"conllu-linguist-grammar": true,
"hy.tmLanguage": true,
"abl-tmlanguage": true,
Expand Down
1 change: 1 addition & 0 deletions vendor/grammars/better-shell-syntax
Submodule better-shell-syntax added at 993c04
1 change: 0 additions & 1 deletion vendor/grammars/language-shellscript
Submodule language-shellscript deleted from 35dc1a
1 change: 1 addition & 0 deletions vendor/grammars/shell-session-syntax
Submodule shell-session-syntax added at a976a7
31 changes: 31 additions & 0 deletions vendor/licenses/git_submodule/better-shell-syntax.dep.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
name: better-shell-syntax
version: 993c0485fcac6e9f3fc6ade74adec51ba26ad797
type: git_submodule
homepage: https://github.com/jeff-hykin/better-shell-syntax
license: mit
licenses:
- sources: LICENSE
text: |
MIT License

Copyright (c) 2019 Jeff Hykin

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
notices: []
41 changes: 0 additions & 41 deletions vendor/licenses/git_submodule/language-shellscript.dep.yml

This file was deleted.

31 changes: 31 additions & 0 deletions vendor/licenses/git_submodule/shell-session-syntax.dep.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
name: shell-session-syntax
version: a976a7e633c64677c4845558d4f72a999690cb5b
type: git_submodule
homepage: https://github.com/Chocapikk/shell-session-syntax
license: mit
licenses:
- sources: LICENSE
text: |
MIT License

Copyright (c) 2026 Valentin Lobstein

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
notices: []