Rev 14283 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 14283 | Rev 16859 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | // CodeMirror, copyright (c) by Marijn Haverbeke and others |
1 | // CodeMirror, copyright (c) by Marijn Haverbeke and others |
2 | // Distributed under an MIT license: https://codemirror.net/LICENSE |
2 | // Distributed under an MIT license: https://codemirror.net/5/LICENSE |
3 | 3 | ||
4 | // Because sometimes you need to mark the selected *text*. |
4 | // Because sometimes you need to mark the selected *text*. |
5 | // |
5 | // |
6 | // Adds an option 'styleSelectedText' which, when enabled, gives |
6 | // Adds an option 'styleSelectedText' which, when enabled, gives |
7 | // selected text the CSS class given as option value, or |
7 | // selected text the CSS class given as option value, or |