diff options
author | Matthew Toohey | 2023-02-07 23:24:26 +0000 |
---|---|---|
committer | GitHub | 2023-02-07 23:24:26 +0000 |
commit | 05c52072653f4c276750e3c651b9c4e030e912d2 (patch) | |
tree | a63ca2d722eb4e10ca19f1b68566046ac913e872 /runtime | |
parent | fce30c0da0eb222bf20091752b599df723ebf559 (diff) |
feat: add pem language (#5797)
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/queries/pem/highlights.scm | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/runtime/queries/pem/highlights.scm b/runtime/queries/pem/highlights.scm new file mode 100644 index 00000000..ee7a4043 --- /dev/null +++ b/runtime/queries/pem/highlights.scm @@ -0,0 +1,7 @@ +(label) @constant + +(preeb) @keyword +(posteb) @keyword + +(base64pad) @string.special.symbol +(laxbase64text) @string |