Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace Vue Grammar #7086

Merged
merged 3 commits into from
Nov 25, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -833,6 +833,9 @@
[submodule "vendor/grammars/language-toc-wow"]
path = vendor/grammars/language-toc-wow
url = https://github.com/nebularg/language-toc-wow
[submodule "vendor/grammars/language-tools"]
path = vendor/grammars/language-tools
url = https://github.com/vuejs/language-tools.git
[submodule "vendor/grammars/language-tsql"]
path = vendor/grammars/language-tsql
url = https://github.com/beau-witter/language-tsql
Expand Down Expand Up @@ -1404,9 +1407,6 @@
[submodule "vendor/grammars/vscode_mikrotik_routeros_script"]
path = vendor/grammars/vscode_mikrotik_routeros_script
url = https://github.com/devMikeUA/vscode_mikrotik_routeros_script.git
[submodule "vendor/grammars/vue-syntax-highlight"]
path = vendor/grammars/vue-syntax-highlight
url = https://github.com/vuejs/vue-syntax-highlight
[submodule "vendor/grammars/wgsl-analyzer"]
path = vendor/grammars/wgsl-analyzer
url = https://github.com/wgsl-analyzer/wgsl-analyzer.git
Expand Down
9 changes: 7 additions & 2 deletions grammars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -793,6 +793,13 @@ vendor/grammars/language-ti-basic:
- source.8xp
vendor/grammars/language-toc-wow:
- source.toc
vendor/grammars/language-tools:
yuichkun marked this conversation as resolved.
Show resolved Hide resolved
- markdown.vue.codeblock
- mdx.vue.codeblock
- source.vue
- vue.directives
- vue.interpolations
- vue.sfc.style.variable.injection
vendor/grammars/language-tsql:
- source.tsql
vendor/grammars/language-turing:
Expand Down Expand Up @@ -1277,8 +1284,6 @@ vendor/grammars/vscode_cobol:
- source.utreport
vendor/grammars/vscode_mikrotik_routeros_script:
- source.rsc
vendor/grammars/vue-syntax-highlight:
- text.html.vue
vendor/grammars/wgsl-analyzer:
- source.wgsl
vendor/grammars/witcherscript-grammar:
Expand Down
1 change: 0 additions & 1 deletion vendor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,6 @@ This is a list of grammars that Linguist selects to provide syntax highlighting
- **Visual Basic .NET:** [peters-ben-0007/VBDotNetSyntax](https://github.com/peters-ben-0007/VBDotNetSyntax)
- **Visual Basic 6.0:** [serkonda7/vscode-vba](https://github.com/serkonda7/vscode-vba)
- **Volt:** [textmate/d.tmbundle](https://github.com/textmate/d.tmbundle)
- **Vue:** [vuejs/vue-syntax-highlight](https://github.com/vuejs/vue-syntax-highlight)
lildude marked this conversation as resolved.
Show resolved Hide resolved
- **Vyper:** [davidhq/SublimeEthereum](https://github.com/davidhq/SublimeEthereum)
- **WDL:** [stjude-rust-labs/sprocket-vscode](https://github.com/stjude-rust-labs/sprocket-vscode)
- **WGSL:** [wgsl-analyzer/wgsl-analyzer](https://github.com/wgsl-analyzer/wgsl-analyzer)
Expand Down
1 change: 1 addition & 0 deletions vendor/grammars/language-tools
Submodule language-tools added at 6916e4
1 change: 0 additions & 1 deletion vendor/grammars/vue-syntax-highlight
Submodule vue-syntax-highlight deleted from 2a3e89
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
---
name: vue-syntax-highlight
version: 2a3e89e415f49f5fbe8bf8bf42e45f8f78ccf642
name: language-tools
version: 6916e42fb7109d9510e181de24f1a0f3d56da63b
type: git_submodule
homepage: https://github.com/vuejs/vue-syntax-highlight
homepage: https://github.com/vuejs/language-tools.git
license: mit
licenses:
- sources: LICENSE
text: |
The MIT License (MIT)
MIT License

Copyright (c) 2013-2016 Evan You
Copyright (c) 2021-present Johnson Chu

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand All @@ -18,16 +18,14 @@ licenses:
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 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.
- sources: README.md
text: "[MIT](http://opensource.org/licenses/MIT)"
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
notices: []
Loading