Skip to content

Commit 1040da7

Browse files
jevogellildude
andauthored
Update VHDL syntax (#7508)
* Update VHDL syntax (#7507) * Update vendor/licenses/git_submodule/rust_hdl_vscode.dep.yml --------- Co-authored-by: Colin Seymour <[email protected]>
1 parent daf44a8 commit 1040da7

File tree

7 files changed

+38
-22
lines changed

7 files changed

+38
-22
lines changed

.gitmodules

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1079,6 +1079,9 @@
10791079
[submodule "vendor/grammars/rust-syntax"]
10801080
path = vendor/grammars/rust-syntax
10811081
url = https://github.com/dustypomerleau/rust-syntax.git
1082+
[submodule "vendor/grammars/rust_hdl_vscode"]
1083+
path = vendor/grammars/rust_hdl_vscode
1084+
url = https://github.com/VHDL-LS/rust_hdl_vscode.git
10821085
[submodule "vendor/grammars/sail_vscode"]
10831086
path = vendor/grammars/sail_vscode
10841087
url = https://github.com/Timmmm/sail_vscode.git
@@ -1286,9 +1289,6 @@
12861289
[submodule "vendor/grammars/verilog.tmbundle"]
12871290
path = vendor/grammars/verilog.tmbundle
12881291
url = https://github.com/textmate/verilog.tmbundle
1289-
[submodule "vendor/grammars/vhdl"]
1290-
path = vendor/grammars/vhdl
1291-
url = https://github.com/textmate/vhdl.tmbundle
12921292
[submodule "vendor/grammars/vsc-ember-syntax"]
12931293
path = vendor/grammars/vsc-ember-syntax
12941294
url = https://github.com/lifeart/vsc-ember-syntax.git

grammars.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -982,6 +982,8 @@ vendor/grammars/ros-tmlanguage:
982982
- source.rosmsg
983983
vendor/grammars/rust-syntax:
984984
- source.rust
985+
vendor/grammars/rust_hdl_vscode:
986+
- source.vhdl
985987
vendor/grammars/sail_vscode:
986988
- source.sail
987989
vendor/grammars/sas.tmbundle:
@@ -1141,8 +1143,6 @@ vendor/grammars/typst-grammar:
11411143
- source.typst
11421144
vendor/grammars/verilog.tmbundle:
11431145
- source.verilog
1144-
vendor/grammars/vhdl:
1145-
- source.vhdl
11461146
vendor/grammars/vsc-ember-syntax:
11471147
- inline.hbs
11481148
- inline.template

vendor/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -633,7 +633,7 @@ This is a list of grammars that Linguist selects to provide syntax highlighting
633633
- **VBA:** [serkonda7/vscode-vba](https://github.com/serkonda7/vscode-vba)
634634
- **VBScript:** [peters-ben-0007/VBDotNetSyntax](https://github.com/peters-ben-0007/VBDotNetSyntax)
635635
- **VCL:** [fastly/vscode-fastly-vcl](https://github.com/fastly/vscode-fastly-vcl)
636-
- **VHDL:** [textmate/vhdl.tmbundle](https://github.com/textmate/vhdl.tmbundle)
636+
- **VHDL:** [VHDL-LS/rust_hdl_vscode](https://github.com/VHDL-LS/rust_hdl_vscode)
637637
- **Vala:** [technosophos/Vala-TMBundle](https://github.com/technosophos/Vala-TMBundle)
638638
- **Valve Data Format:** [Nixinova/NovaGrammars](https://github.com/Nixinova/NovaGrammars)
639639
- **Velocity Template Language:** [animecyc/AtomLanguageVelocity](https://github.com/animecyc/AtomLanguageVelocity)

vendor/grammars/rust_hdl_vscode

Submodule rust_hdl_vscode added at cc3a633

vendor/grammars/vhdl

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
name: rust_hdl_vscode
3+
version: cc3a633728d7dde82958f1cd9494f683173a56ed
4+
type: git_submodule
5+
homepage: https://github.com/VHDL-LS/rust_hdl_vscode.git
6+
license: mit
7+
licenses:
8+
- sources: LICENSE
9+
text: |-
10+
MIT License
11+
12+
Copyright (c) 2019 Henrik Bohlin
13+
14+
Permission is hereby granted, free of charge, to any person obtaining a copy
15+
of this software and associated documentation files (the "Software"), to deal
16+
in the Software without restriction, including without limitation the rights
17+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
18+
copies of the Software, and to permit persons to whom the Software is
19+
furnished to do so, subject to the following conditions:
20+
21+
The above copyright notice and this permission notice shall be included in all
22+
copies or substantial portions of the Software.
23+
24+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
25+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
26+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
27+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
28+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
29+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
30+
SOFTWARE.
31+
notices: []

vendor/licenses/git_submodule/vhdl.dep.yml

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)