Unnamed repository; edit this file 'description' to name the repository.
highlights: update tree-sitter-pest (#14563)
may 4 months ago
parent 8f8243a · commit b0a3d8d
-rw-r--r--languages.toml2
-rw-r--r--runtime/queries/pest/highlights.scm11
2 files changed, 8 insertions, 5 deletions
diff --git a/languages.toml b/languages.toml
index ac56403a..67925a0d 100644
--- a/languages.toml
+++ b/languages.toml
@@ -4218,7 +4218,7 @@ language-servers = ["pest-language-server"]
[[grammar]]
name = "pest"
-source = { git = "https://github.com/pest-parser/tree-sitter-pest", rev = "a8a98a824452b1ec4da7f508386a187a2f234b85" }
+source = { git = "https://github.com/pest-parser/tree-sitter-pest", rev = "c19629a0c50e6ca2485c3b154b1dde841a08d169" }
[[language]]
name = "elisp"
diff --git a/runtime/queries/pest/highlights.scm b/runtime/queries/pest/highlights.scm
index 9d6f13c2..430382c9 100644
--- a/runtime/queries/pest/highlights.scm
+++ b/runtime/queries/pest/highlights.scm
@@ -39,11 +39,14 @@
] @operator
[
- "PUSH"
+ "ANY"
+ "DROP"
+ "EOI"
+ "NEWLINE"
"PEEK"
+ "PEEK_ALL"
"POP"
+ "POP_ALL"
+ "PUSH"
"SOI"
- "EOI"
- "ANY"
] @keyword
-