Skip to content

Commit 6f906d1

Browse files
committed
Remove highlight package
1 parent 44a5826 commit 6f906d1

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ package-lock.json
2222
/tooltip
2323
/search
2424
/lint
25-
/highlight
2625
/stream-parser
2726
/autocomplete
2827
/comment

bin/packages.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ exports.core = [
1818
"closebrackets",
1919
"search",
2020
"lint",
21-
"highlight",
2221
"stream-parser",
2322
"autocomplete",
2423
"comment",

tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
"@codemirror/tooltip": ["./tooltip/src/tooltip.ts"],
2929
"@codemirror/search": ["./search/src/search.ts"],
3030
"@codemirror/lint": ["./lint/src/lint.ts"],
31-
"@codemirror/highlight": ["./highlight/src/highlight.ts"],
3231
"@codemirror/stream-parser": ["./stream-parser/src/stream-parser.ts"],
3332
"@codemirror/autocomplete": ["./autocomplete/src/index.ts"],
3433
"@codemirror/comment": ["./comment/src/comment.ts"],

0 commit comments

Comments
 (0)