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
commit f514cd85b1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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';