File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed
Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,7 @@ CodeMirror 6 language support for Dotprompt (`.prompt`) files.
44
55## Features
66
7- - ** Syntax Highlighting** : YAML frontmatter, Handlebars templates, Dotprompt
8- markers
7+ - ** Syntax Highlighting** : YAML frontmatter, Handlebars templates
98- ** Autocompletion** : Helpers, frontmatter fields, model names
109- ** Theming** : Dark and light theme support
1110
Original file line number Diff line number Diff line change @@ -155,11 +155,6 @@ export const dotpromptStreamParser = {
155155 return 'comment' ;
156156 }
157157
158- // Dotprompt markers
159- if ( stream . match ( / < < < d o t p r o m p t : [ ^ > ] + > > > / ) ) {
160- return 'keyword' ;
161- }
162-
163158 // Handlebars block start {{#helper
164159 if ( stream . match ( / \{ \{ # / ) ) {
165160 state . context = 'handlebars' ;
You can’t perform that action at this time.
0 commit comments