aboutsummaryrefslogtreecommitdiff
path: root/languages.toml
diff options
context:
space:
mode:
authorErasin2023-02-20 23:04:17 +0000
committerGitHub2023-02-20 23:04:17 +0000
commit864ee8fdef435893832a2698159407bd9b43f274 (patch)
treec67f9792fbd1faa04435b0e6fda7f93bd3ca65c3 /languages.toml
parentb89b2eaf68c53a2c10a0f649f9487ad46c85e11e (diff)
Add GNU gettext PO grammar (#5996)
Diffstat (limited to 'languages.toml')
-rw-r--r--languages.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/languages.toml b/languages.toml
index 38dedb44..1caef6b2 100644
--- a/languages.toml
+++ b/languages.toml
@@ -2193,3 +2193,14 @@ indent = { tab-width = 2, unit = " " }
[[grammar]]
name = "yuck"
source = { git = "https://github.com/Philipp-M/tree-sitter-yuck", rev = "9e97da5773f82123a8c8cccf8f7e795d140ed7d1" }
+
+[[language]]
+name = "po"
+scope = "source.po"
+file-types = ["po", "pot"]
+roots = []
+comment-token = "#"
+
+[[grammar]]
+name = "po"
+source = { git = "https://github.com/erasin/tree-sitter-po", rev = "417cee9abb2053ed26b19e7de972398f2da9b29e" }