mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
[mv3] Support toggling line comment using official CodeMirror command
This commit is contained in:
parent
88d090b20a
commit
9ee42b26c1
1 changed files with 3 additions and 0 deletions
|
|
@ -584,6 +584,9 @@ class Editor {
|
|||
stream.next();
|
||||
return null;
|
||||
},
|
||||
languageData: {
|
||||
commentTokens: { line: '#' },
|
||||
},
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue