Merge pull request #1136 from tidalcycles/cm-commands

export comment commands
This commit is contained in:
Felix Roos
2024-06-25 18:13:27 +02:00
committed by GitHub
+1
View File
@@ -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';