Skip to content

Commit

Permalink
Update Hy language grammar (#5425)
Browse files Browse the repository at this point in the history
Co-authored-by: John Gardner <gardnerjohng@gmail.com>
  • Loading branch information
tshakalekholoane and Alhadis committed Jul 11, 2021
1 parent 9b8670e commit a11c555
Show file tree
Hide file tree
Showing 7 changed files with 38 additions and 77 deletions.
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -452,9 +452,6 @@
[submodule "vendor/grammars/holyc.tmbundle"]
path = vendor/grammars/holyc.tmbundle
url = https://github.com/codingdandy/holyc.tmbundle
[submodule "vendor/grammars/hy.tmLanguage"]
path = vendor/grammars/hy.tmLanguage
url = https://github.com/Slowki/hy.tmLanguage.git
[submodule "vendor/grammars/idl.tmbundle"]
path = vendor/grammars/idl.tmbundle
url = https://github.com/mgalloy/idl.tmbundle
Expand Down Expand Up @@ -1074,6 +1071,9 @@
[submodule "vendor/grammars/vscode-hack"]
path = vendor/grammars/vscode-hack
url = https://github.com/slackhq/vscode-hack
[submodule "vendor/grammars/vscode-hy"]
path = vendor/grammars/vscode-hy
url = https://github.com/leveson/vscode-hy
[submodule "vendor/grammars/vscode-lean"]
path = vendor/grammars/vscode-lean
url = https://github.com/leanprover/vscode-lean
Expand Down
4 changes: 2 additions & 2 deletions grammars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -366,8 +366,6 @@ vendor/grammars/haxe-TmLanguage:
- source.hxml
vendor/grammars/holyc.tmbundle:
- source.hc
vendor/grammars/hy.tmLanguage:
- source.hy
vendor/grammars/idl.tmbundle:
- source.idl
- source.idl-dlm
Expand Down Expand Up @@ -930,6 +928,8 @@ vendor/grammars/vscode-gedcom:
vendor/grammars/vscode-hack:
- markdown.hack.codeblock
- source.hack
vendor/grammars/vscode-hy:
- source.hy
vendor/grammars/vscode-lean:
- markdown.lean.codeblock
- source.lean
Expand Down
2 changes: 1 addition & 1 deletion vendor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ This is a list of grammars that Linguist selects to provide syntax highlighting
- **Haxe:** [vshaxe/haxe-TmLanguage](https://github.com/vshaxe/haxe-TmLanguage)
- **HiveQL:** [adidonato/language-hql](https://github.com/adidonato/language-hql)
- **HolyC:** [codingdandy/holyc.tmbundle](https://github.com/codingdandy/holyc.tmbundle)
- **Hy:** [Slowki/hy.tmLanguage](https://github.com/Slowki/hy.tmLanguage)
- **Hy:** [leveson/vscode-hy](https://github.com/leveson/vscode-hy)
- **IDL:** [mgalloy/idl.tmbundle](https://github.com/mgalloy/idl.tmbundle)
- **IGOR Pro:** [byte-physics/language-igor](https://github.com/byte-physics/language-igor)
- **INI:** [textmate/ini.tmbundle](https://github.com/textmate/ini.tmbundle)
Expand Down
1 change: 0 additions & 1 deletion vendor/grammars/hy.tmLanguage
Submodule hy.tmLanguage deleted from 8d490e
1 change: 1 addition & 0 deletions vendor/grammars/vscode-hy
Submodule vscode-hy added at e0dd79
70 changes: 0 additions & 70 deletions vendor/licenses/git_submodule/hy.tmLanguage.dep.yml

This file was deleted.

31 changes: 31 additions & 0 deletions vendor/licenses/git_submodule/vscode-hy.dep.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
name: vscode-hy
version: e0dd79e0c11a811fa8eb8481a1d1a26b7d59ce15
type: git_submodule
homepage: https://github.com/leveson/vscode-hy
license: mit
licenses:
- sources: LICENSE
text: |
MIT License
Copyright (c) 2021 Tshaka Eric Lekholoane
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: []

0 comments on commit a11c555

Please sign in to comment.