Correct pattern for highlighting trailing colon but NOT leading space? #305
Unanswered
adigitoleo
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to set a pattern so that the trailing colon is highlighted but not the leading space (in contrast to
keyword = "wide")? I tried settingpattern = [[.*<(KEYWORDS\s*:)]]in setup{} but no luck. Are the parentheses regex atom capture delimiters?Beta Was this translation helpful? Give feedback.
All reactions