aboutsummaryrefslogtreecommitdiff
path: root/languages.toml
diff options
context:
space:
mode:
authoriko2024-02-12 15:36:14 +0000
committerGitHub2024-02-12 15:36:14 +0000
commitd7c7589fd5d4dc307f37e23bdac1e5fec4ded4fc (patch)
tree65c3eecf5b729db7d7ea628e1251db8e85405ca7 /languages.toml
parentad7b7bc8047d3c0930bbc6201d8f69132b396b9b (diff)
Add Hoon (#9190)
* Added Hoon * Added highlights.scm * Updated docs * Update runtime/queries/hoon/highlights.scm Co-authored-by: Michael Davis <mcarsondavis@gmail.com> --------- Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
Diffstat (limited to 'languages.toml')
-rw-r--r--languages.toml12
1 files changed, 12 insertions, 0 deletions
diff --git a/languages.toml b/languages.toml
index 6fc81181..d7b8e0d9 100644
--- a/languages.toml
+++ b/languages.toml
@@ -3056,6 +3056,18 @@ name = "log"
source = { git = "https://github.com/Tudyx/tree-sitter-log", rev = "62cfe307e942af3417171243b599cc7deac5eab9" }
[[language]]
+name = "hoon"
+scope = "source.hoon"
+injection-regex = "hoon"
+file-types = ["hoon"]
+comment-token = "::"
+indent = {tab-width = 2, unit = " "}
+
+[[grammar]]
+name = "hoon"
+source = { git = "https://github.com/urbit-pilled/tree-sitter-hoon", rev = "1d5df35af3e0afe592832a67b9fb3feeeba1f7b6" }
+
+[[language]]
name = "hocon"
scope = "source.conf"
file-types = ["conf"]