Skip to content

Commit 21434a8

Browse files
committed
fix(dotprompt-codemirror): remove internal markup from end-user features
1 parent bb87a74 commit 21434a8

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

packages/codemirror/src/language.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -155,11 +155,6 @@ export const dotpromptStreamParser = {
155155
return 'comment';
156156
}
157157

158-
// Dotprompt markers
159-
if (stream.match(/<<<dotprompt:[^>]+>>>/)) {
160-
return 'keyword';
161-
}
162-
163158
// Handlebars block start {{#helper
164159
if (stream.match(/\{\{#/)) {
165160
state.context = 'handlebars';

0 commit comments

Comments
 (0)