mirror of
https://github.com/purocean/yn.git
synced 2026-09-24 15:46:02 +08:00
fix: fix todo list completion https://github.com/microsoft/vscode/issues/209861
This commit is contained in:
@@ -235,6 +235,7 @@ export default {
|
||||
|
||||
ctx.editor.tapMarkdownMonarchLanguage(mdLanguage => {
|
||||
mdLanguage.tokenizer.root.unshift(
|
||||
[/^\s*[+\-*] \[[ xX]\]\s/, 'keyword'],
|
||||
[/==\S.*\S?==/, 'keyword'],
|
||||
[/(\[\[)([^[\]]+)(\]\])/, ['keyword.predefined', 'string', 'keyword.predefined']],
|
||||
[/~\S[^~]*\S?~/, 'string'],
|
||||
|
||||
Reference in New Issue
Block a user