File tree Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ package-lock.json
22
22
/tooltip
23
23
/search
24
24
/lint
25
- /highlight
26
25
/stream-parser
27
26
/autocomplete
28
27
/comment
Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ exports.core = [
18
18
"closebrackets" ,
19
19
"search" ,
20
20
"lint" ,
21
- "highlight" ,
22
21
"stream-parser" ,
23
22
"autocomplete" ,
24
23
"comment" ,
Original file line number Diff line number Diff line change 28
28
"@codemirror/tooltip" : [" ./tooltip/src/tooltip.ts" ],
29
29
"@codemirror/search" : [" ./search/src/search.ts" ],
30
30
"@codemirror/lint" : [" ./lint/src/lint.ts" ],
31
- "@codemirror/highlight" : [" ./highlight/src/highlight.ts" ],
32
31
"@codemirror/stream-parser" : [" ./stream-parser/src/stream-parser.ts" ],
33
32
"@codemirror/autocomplete" : [" ./autocomplete/src/index.ts" ],
34
33
"@codemirror/comment" : [" ./comment/src/comment.ts" ],
You can’t perform that action at this time.
0 commit comments