Skip to content

Commit 2a5f993

Browse files
committed
fix(dotprompt-emacs): remove internal markup from end-user features
1 parent bb87a74 commit 2a5f993

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/emacs/dotprompt-mode.el

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,6 @@
6969
;; YAML numeric values
7070
'(":\\s-+\\([0-9]+\\.?[0-9]*\\)$" 1 font-lock-constant-face)
7171

72-
;; Dotprompt markers <<<dotprompt:role:system>>> etc.
73-
'("<<<dotprompt:[^>]+>>>" . font-lock-preprocessor-face)
74-
7572
;; Handlebars block comments {{!-- ... --}}
7673
'("{{!--\\(.\\|\n\\)*?--}}" . font-lock-comment-face)
7774

0 commit comments

Comments
 (0)