diff options
Diffstat (limited to 'languages.toml')
-rw-r--r-- | languages.toml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/languages.toml b/languages.toml index 1eb8f3c3..c84a62b0 100644 --- a/languages.toml +++ b/languages.toml @@ -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" } |