feat(pem): add parser

This commit is contained in:
ObserverOfTime 2023-06-27 11:50:24 +03:00
parent beda622736
commit 43fab6423c
6 changed files with 25 additions and 0 deletions

1
queries/pem/folds.scm Normal file
View file

@ -0,0 +1 @@
(content) @fold

View file

@ -0,0 +1,11 @@
["BEGIN" "END"] @keyword
(dashes) @punctuation.delimiter
(label) @label
(data) @none
(comment) @comment
(ERROR) @error

View file

@ -0,0 +1 @@
(comment) @comment