aboutsummaryrefslogtreecommitdiff
path: root/languages.toml
diff options
context:
space:
mode:
authorath32022-08-24 16:58:15 +0000
committerGitHub2022-08-24 16:58:15 +0000
commit45add73fb1d2c4f2b0c544117c2d83b7081a2a4a (patch)
tree795d28d0d078917051383ae66250076596393320 /languages.toml
parentfacde9f18c03dd8061199215af5a010903daaedb (diff)
AWK support (#3528)
Diffstat (limited to 'languages.toml')
-rw-r--r--languages.toml14
1 files changed, 14 insertions, 0 deletions
diff --git a/languages.toml b/languages.toml
index 38af1310..bac2c8d0 100644
--- a/languages.toml
+++ b/languages.toml
@@ -67,6 +67,20 @@ name = "toml"
source = { git = "https://github.com/ikatyang/tree-sitter-toml", rev = "7cff70bbcbbc62001b465603ca1ea88edd668704" }
[[language]]
+name = "awk"
+scope = "source.awk"
+injection-regex = "awk"
+file-types = ["awk", "gawk", "nawk", "mawk"]
+roots = []
+comment-token = "#"
+language-server = { command = "awk-language-server" }
+indent = { tab-width = 2, unit = " " }
+
+[[grammar]]
+name = "awk"
+source = { git = "https://github.com/Beaglefoot/tree-sitter-awk", rev = "a799bc5da7c2a84bc9a06ba5f3540cf1191e4ee3" }
+
+[[language]]
name = "protobuf"
scope = "source.proto"
injection-regex = "protobuf"