diff options
author | ath3 | 2023-02-10 17:32:04 +0000 |
---|---|---|
committer | GitHub | 2023-02-10 17:32:04 +0000 |
commit | 1840d775c8d5207f08b0fcc3f2325e337369efe8 (patch) | |
tree | a264f2699e9b5fc1dff2ce2b2f1b20c174f313ae /runtime/queries | |
parent | 189c3c2ddc60fb0eb7d15496099d46baec514732 (diff) |
Added tree-sitter-hosts (#4950)
Diffstat (limited to 'runtime/queries')
-rw-r--r-- | runtime/queries/hosts/highlights.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/queries/hosts/highlights.scm b/runtime/queries/hosts/highlights.scm new file mode 100644 index 00000000..9d069031 --- /dev/null +++ b/runtime/queries/hosts/highlights.scm @@ -0,0 +1,3 @@ +(comment) @comment +(ip) @namespace +(host) @string |