plugins/todo-comments: fix missing mkRaw for pattern options (#242)

This commit is contained in:
Gaétan Lepage 2023-03-12 17:55:09 +01:00 committed by GitHub
parent 933c87c282
commit 8fed61902a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 27 additions and 8 deletions

View file

@ -62,7 +62,7 @@
before = "";
keyword = "wide";
after = "fg";
pattern = "[[.*<(KEYWORDS)\s*:]]";
pattern = ''.*<(KEYWORDS)\s*:'';
commentsOnly = true;
maxLineLen = 400;
exclude = [];
@ -86,7 +86,7 @@
"--line-number"
"--column"
];
pattern = "[[\b(KEYWORDS):]]";
pattern = ''\b(KEYWORDS):'';
};
keymapsSilent = true;