Skip to content

Commit

Permalink
Update HCL/Terraform grammar to hashicorp/syntax (#6802)
Browse files Browse the repository at this point in the history
Co-authored-by: Colin Seymour <colin@github.com>
  • Loading branch information
dbanck and lildude committed Jun 7, 2024
1 parent c95904f commit d295f93
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 39 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -191,9 +191,6 @@
[submodule "vendor/grammars/TXL"]
path = vendor/grammars/TXL
url = https://github.com/MikeHoffert/Sublime-Text-TXL-syntax
[submodule "vendor/grammars/Terraform.tmLanguage"]
path = vendor/grammars/Terraform.tmLanguage
url = https://github.com/alexlouden/Terraform.tmLanguage
[submodule "vendor/grammars/Textmate-Gosu-Bundle"]
path = vendor/grammars/Textmate-Gosu-Bundle
url = https://github.com/jpcamara/Textmate-Gosu-Bundle
Expand Down
2 changes: 0 additions & 2 deletions grammars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,6 @@ vendor/grammars/TLA:
- source.tla
vendor/grammars/TXL:
- source.txl
vendor/grammars/Terraform.tmLanguage:
- source.terraform
vendor/grammars/Textmate-Gosu-Bundle:
- source.gosu.2
vendor/grammars/TypeScript-TmLanguage:
Expand Down
2 changes: 1 addition & 1 deletion lib/linguist/languages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2697,7 +2697,7 @@ HCL:
ace_mode: ruby
codemirror_mode: ruby
codemirror_mime_type: text/x-ruby
tm_scope: source.terraform
tm_scope: source.hcl
language_id: 144
HLSL:
type: programming
Expand Down
2 changes: 1 addition & 1 deletion vendor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ This is a list of grammars that Linguist selects to provide syntax highlighting
- **Groovy:** [textmate/groovy.tmbundle](https://github.com/textmate/groovy.tmbundle)
- **Groovy Server Pages:** [textmate/java.tmbundle](https://github.com/textmate/java.tmbundle)
- **HAProxy:** [abulimov/atom-language-haproxy](https://github.com/abulimov/atom-language-haproxy)
- **HCL:** [alexlouden/Terraform.tmLanguage](https://github.com/alexlouden/Terraform.tmLanguage)
- **HCL:** [hashicorp/syntax](https://github.com/hashicorp/syntax)
- **HLSL:** [tgjones/shaders-tmLanguage](https://github.com/tgjones/shaders-tmLanguage)
- **HOCON:** [jacobwgillespie/language-hocon](https://github.com/jacobwgillespie/language-hocon)
- **HTML:** [tree-sitter/tree-sitter-html](https://github.com/tree-sitter/tree-sitter-html) 🐌
Expand Down
1 change: 0 additions & 1 deletion vendor/grammars/Terraform.tmLanguage
Submodule Terraform.tmLanguage deleted from 1576c2
31 changes: 0 additions & 31 deletions vendor/licenses/git_submodule/Terraform.tmLanguage.dep.yml

This file was deleted.

0 comments on commit d295f93

Please sign in to comment.