mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 01:16:18 +04:00
Added tree-sitter-hosts (#4950)
This commit is contained in:
parent
189c3c2ddc
commit
1840d775c8
@ -56,6 +56,7 @@
|
||||
| haskell | ✓ | ✓ | | `haskell-language-server-wrapper` |
|
||||
| hcl | ✓ | | ✓ | `terraform-ls` |
|
||||
| heex | ✓ | ✓ | | `elixir-ls` |
|
||||
| hosts | ✓ | | | |
|
||||
| html | ✓ | | | `vscode-html-language-server` |
|
||||
| idris | | | | `idris2-lsp` |
|
||||
| iex | ✓ | | | |
|
||||
|
@ -2156,3 +2156,13 @@ roots = []
|
||||
[[grammar]]
|
||||
name = "passwd"
|
||||
source = { git = "https://github.com/ath3/tree-sitter-passwd", rev = "20239395eacdc2e0923a7e5683ad3605aee7b716" }
|
||||
|
||||
[[language]]
|
||||
name = "hosts"
|
||||
scope = "source.hosts"
|
||||
file-types = ["hosts"]
|
||||
roots = []
|
||||
|
||||
[[grammar]]
|
||||
name = "hosts"
|
||||
source = { git = "https://github.com/ath3/tree-sitter-hosts", rev = "301b9379ce7dfc8bdbe2c2699a6887dcb73953f9" }
|
||||
|
3
runtime/queries/hosts/highlights.scm
Normal file
3
runtime/queries/hosts/highlights.scm
Normal file
@ -0,0 +1,3 @@
|
||||
(comment) @comment
|
||||
(ip) @namespace
|
||||
(host) @string
|
Loading…
Reference in New Issue
Block a user