Skip to content

Commit

Permalink
Merge pull request tidalcycles#1136 from tidalcycles/cm-commands
Browse files Browse the repository at this point in the history
export comment commands
  • Loading branch information
felixroos authored Jun 25, 2024
2 parents a4bd0ae + d53929c commit f514cd8
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 f514cd8

Please sign in to comment.