Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/pest/highlights.scm')
| -rw-r--r-- | runtime/queries/pest/highlights.scm | 11 |
1 files changed, 7 insertions, 4 deletions
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 - |