Add new syntax highlighting for in-line commands
This commit is contained in:
@@ -59,6 +59,7 @@ class nwRegEx:
|
||||
FMT_EI = r"(?<![\w\\])(_)(?![\s_])(.+?)(?<![\s\\])(\1)(?!\w)"
|
||||
FMT_EB = r"(?<![\w\\])([\*]{2})(?![\s\*])(.+?)(?<![\s\\])(\1)(?!\w)"
|
||||
FMT_ST = r"(?<![\w\\])([~]{2})(?![\s~])(.+?)(?<![\s\\])(\1)(?!\w)"
|
||||
FMT_IN = r"(?<![\\])(\[[\^_])(.+?)(?<![\\])(\])"
|
||||
|
||||
# END Class nwRegEx
|
||||
|
||||
|
||||
Reference in New Issue
Block a user