highlight :: operator
This commit is contained in:
parent
bb911cc229
commit
e18d145f96
|
@ -51,7 +51,7 @@ addhl -group /ruby/comment fill comment
|
|||
|
||||
addhl -group /ruby/literal fill meta
|
||||
|
||||
addhl -group /ruby/code regex \b([A-Za-z]\w*:(?=[^:]))|([$@][A-Za-z]\w*)|((?<=[^:]):[A-Za-z]\w*[=?!]?) 0:identifier
|
||||
addhl -group /ruby/code regex \b([A-Za-z]\w*:(?=[^:]))|([$@][A-Za-z]\w*)|((?<=[^:]):[A-Za-z]\w*[=?!]?)|([A-Z]\w*|^|\h)\K::(?=[A-Z]) 0:identifier
|
||||
|
||||
%sh{
|
||||
# Grammar
|
||||
|
|
Loading…
Reference in New Issue
Block a user