Skip to content

Commit

Permalink
Change VBA grammar source (#6678)
Browse files Browse the repository at this point in the history
* vscode-vba-json --> vscode-vba

* finish

* codespaces is too slow

* Manually set license

---------

Co-authored-by: Colin Seymour <colin@github.com>
  • Loading branch information
serkonda7 and lildude authored Jan 17, 2024
1 parent ee9119e commit 559a642
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 9 deletions.
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,8 +1,8 @@
---
name: vscode-vba-json
version: cfe7e5671cce6e2529de0e68ca003cf96f3255f8
name: vscode-vba
version: 94e112416478e1f1728ce9ce88fc4ff1a9ed01ad
type: git_submodule
homepage: https://github.com/tiabeast/vscode-vba-json.git
homepage: https://github.com/serkonda7/vscode-vba.git
license: mpl-2.0
licenses:
- sources: LICENSE.txt
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: []

0 comments on commit 559a642

Please sign in to comment.