Changed todo pattern to require :
This commit is contained in:
parent
c7e652d93a
commit
3094523b19
|
@ -40,10 +40,10 @@ return {
|
||||||
-- TODO: Have multiline, but end when %p (punctuation) is at the end of a line
|
-- TODO: Have multiline, but end when %p (punctuation) is at the end of a line
|
||||||
multiline = false,
|
multiline = false,
|
||||||
before = "fg",
|
before = "fg",
|
||||||
pattern = [[(KEYWORDS)\s*(\([^\)]*\))?:?]],
|
pattern = [[(KEYWORDS)\s*(\([^\)]*\))?:]],
|
||||||
},
|
},
|
||||||
search = {
|
search = {
|
||||||
pattern = [[\b(KEYWORDS)(\(.*\))?:?]]
|
pattern = [[\b(KEYWORDS)(\(.*\))?:]]
|
||||||
},
|
},
|
||||||
colors = {
|
colors = {
|
||||||
error = { "DiagnosticError", "ErrorMsg", "#DC2626" },
|
error = { "DiagnosticError", "ErrorMsg", "#DC2626" },
|
||||||
|
|
Loading…
Reference in New Issue
Block a user