[mv3] Support toggling line comment using official CodeMirror command

This commit is contained in:
Raymond Hill 2025-06-13 17:54:20 -04:00
parent 88d090b20a
commit 9ee42b26c1
No known key found for this signature in database
GPG key ID: 25E1490B761470C2

View file

@ -584,6 +584,9 @@ class Editor {
stream.next();
return null;
},
languageData: {
commentTokens: { line: '#' },
},
};
}