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

Change VBA grammar source #6678

Merged
merged 4 commits into from
Jan 17, 2024
Merged
Show file tree
Hide file tree
Changes from 3 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
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -1302,9 +1302,9 @@
[submodule "vendor/grammars/vscode-slice"]
path = vendor/grammars/vscode-slice
url = https://github.com/zeroc-ice/vscode-slice
[submodule "vendor/grammars/vscode-vba-json"]
path = vendor/grammars/vscode-vba-json
url = https://github.com/tiabeast/vscode-vba-json.git
[submodule "vendor/grammars/vscode-vba"]
path = vendor/grammars/vscode-vba
url = https://github.com/serkonda7/vscode-vba.git
[submodule "vendor/grammars/vscode-vlang"]
path = vendor/grammars/vscode-vlang
url = https://github.com/0x9ef/vscode-vlang
Expand Down
2 changes: 1 addition & 1 deletion grammars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1176,7 +1176,7 @@ vendor/grammars/vscode-singularity:
vendor/grammars/vscode-slice:
- source.ice
- source.slice
vendor/grammars/vscode-vba-json:
vendor/grammars/vscode-vba:
- source.vba
- source.wwb
vendor/grammars/vscode-vlang:
Expand Down
2 changes: 1 addition & 1 deletion vendor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ This is a list of grammars that Linguist selects to provide syntax highlighting
- **UnrealScript:** [textmate/java.tmbundle](https://github.com/textmate/java.tmbundle)
- **UrWeb:** [gwalborn/UrWeb-Language-Definition](https://github.com/gwalborn/UrWeb-Language-Definition)
- **V:** [0x9ef/vscode-vlang](https://github.com/0x9ef/vscode-vlang)
- **VBA:** [tiabeast/vscode-vba-json](https://github.com/tiabeast/vscode-vba-json)
- **VBA:** [serkonda7/vscode-vba](https://github.com/serkonda7/vscode-vba)
- **VBScript:** [peters-ben-0007/VBDotNetSyntax](https://github.com/peters-ben-0007/VBDotNetSyntax)
- **VCL:** [brandonwamboldt/sublime-varnish](https://github.com/brandonwamboldt/sublime-varnish)
- **VHDL:** [textmate/vhdl.tmbundle](https://github.com/textmate/vhdl.tmbundle)
Expand Down
1 change: 1 addition & 0 deletions vendor/grammars/vscode-vba
Submodule vscode-vba added at 94e112
1 change: 0 additions & 1 deletion vendor/grammars/vscode-vba-json
Submodule vscode-vba-json deleted from cfe7e5
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
name: vscode-vba-json
version: cfe7e5671cce6e2529de0e68ca003cf96f3255f8
name: vscode-vba
version: 94e112416478e1f1728ce9ce88fc4ff1a9ed01ad
type: git_submodule
homepage: https://github.com/tiabeast/vscode-vba-json.git
license: mpl-2.0
homepage: https://github.com/serkonda7/vscode-vba.git
license: other
lildude marked this conversation as resolved.
Show resolved Hide resolved
licenses:
- sources: LICENSE.txt
text: |
Expand Down Expand Up @@ -380,4 +380,26 @@ licenses:

This Source Code Form is "Incompatible With Secondary Licenses", as
defined by the Mozilla Public License, v. 2.0.
- sources: README.md
text: |-
Source code and grammars are licensed under the [Mozilla Public License (MPL-2.0)](LICENSE.txt).

The icon is licensed under the [Creative Commons ShareAlike](images/LICENSE) license.


<!-- links -->
[ci-badge]: https://github.com/serkonda7/vscode-vba/actions/workflows/ci.yml/badge.svg
[ci-status]: https://github.com/serkonda7/vscode-vba/actions/workflows/ci.yml

[badge-installs-market]: https://img.shields.io/visual-studio-marketplace/i/serkonda7.vscode-vba?label=Installs
[badge-installs-vsx]: https://img.shields.io/open-vsx/dt/serkonda7/vscode-vba?label=VSX%20downloads
[vs-marketplace]: https://marketplace.visualstudio.com/items?itemName=serkonda7.vscode-vba
[open-vsx]: https://open-vsx.org/extension/serkonda7/vscode-vba

[discussions]: https://github.com/serkonda7/vscode-vba/discussions

[gh-linguist]: https://github.com/DecimalTurn/linguist/blob/master/vendor/licenses/git_submodule/vscode-vba-json.dep.yml

[sponsors-badge]: https://img.shields.io/badge/Sponsor-GitHub-blue.svg
[sponsors-profile]: https://github.com/sponsors/serkonda7
notices: []