We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb87a74 commit 2a5f993Copy full SHA for 2a5f993
packages/emacs/dotprompt-mode.el
@@ -69,9 +69,6 @@
69
;; YAML numeric values
70
'(":\\s-+\\([0-9]+\\.?[0-9]*\\)$" 1 font-lock-constant-face)
71
72
- ;; Dotprompt markers <<<dotprompt:role:system>>> etc.
73
- '("<<<dotprompt:[^>]+>>>" . font-lock-preprocessor-face)
74
-
75
;; Handlebars block comments {{!-- ... --}}
76
'("{{!--\\(.\\|\n\\)*?--}}" . font-lock-comment-face)
77
0 commit comments