Skip to content

Commit

Permalink
export comment commands
Browse files Browse the repository at this point in the history
  • Loading branch information
felixroos committed Jun 25, 2024
1 parent c403a92 commit d53929c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/codemirror/codemirror.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { closeBrackets } from '@codemirror/autocomplete';
export { toggleComment, toggleBlockComment, toggleLineComment, toggleBlockCommentByLine } from '@codemirror/commands';
// import { search, highlightSelectionMatches } from '@codemirror/search';
import { history } from '@codemirror/commands';
import { javascript } from '@codemirror/lang-javascript';
Expand Down

0 comments on commit d53929c

Please sign in to comment.