aboutsummaryrefslogtreecommitdiff
path: root/languages.toml
diff options
context:
space:
mode:
authorMatthias Q2023-03-03 19:12:37 +0000
committerGitHub2023-03-03 19:12:37 +0000
commit2bd8bc8d8484a4a8852280f16888a819acbfde7a (patch)
tree632193e620db6000f08e42b1ee5f978b0e830eea /languages.toml
parent5c716af7a2c2fff36080d51be3cb9fa30aa36bc7 (diff)
feat(prql): add prql support (#6126)
Diffstat (limited to 'languages.toml')
-rw-r--r--languages.toml13
1 files changed, 13 insertions, 0 deletions
diff --git a/languages.toml b/languages.toml
index 006db633..b0a34be0 100644
--- a/languages.toml
+++ b/languages.toml
@@ -2209,6 +2209,19 @@ name = "yuck"
source = { git = "https://github.com/Philipp-M/tree-sitter-yuck", rev = "9e97da5773f82123a8c8cccf8f7e795d140ed7d1" }
[[language]]
+name = "prql"
+scope = "source.prql"
+injection-regex = "prql"
+file-types = ["prql"]
+roots = []
+comment-token = "#"
+indent = { tab-width = 4, unit = " " }
+
+[[grammar]]
+name = "prql"
+source = { git = "https://github.com/PRQL/tree-sitter-prql", rev = "3f27cac466f030ee7d985d91eba5470e01dd21ea" }
+
+[[language]]
name = "po"
scope = "source.po"
file-types = ["po", "pot"]