Merge the "error" duplicate face into "Error"
This commit is contained in:
parent
8490caa0d7
commit
85ce5db08a
|
@ -22,7 +22,6 @@
|
|||
face type ${orange_light}
|
||||
face identifier ${magenta_dark}
|
||||
face string ${green_dark}
|
||||
face error ${grey_light},${magenta_light}
|
||||
face keyword ${purple_dark}+b
|
||||
face operator ${grey_light}
|
||||
face attribute ${orange_dark}
|
||||
|
|
|
@ -5,7 +5,6 @@ face value red
|
|||
face type yellow
|
||||
face identifier green
|
||||
face string magenta
|
||||
face error default,red
|
||||
face keyword blue
|
||||
face operator yellow
|
||||
face attribute green
|
||||
|
|
|
@ -8,7 +8,6 @@ face value rgb:0086B3+b
|
|||
face type rgb:795DA3
|
||||
face identifier rgb:0086B3
|
||||
face string rgb:183691
|
||||
face error rgb:F8F8FF,rgb:BD2C00
|
||||
face keyword rgb:A71D5D+b
|
||||
face operator yellow
|
||||
face attribute rgb:A71D5D
|
||||
|
|
|
@ -28,7 +28,6 @@
|
|||
face type ${lucius_blue}
|
||||
face identifier ${lucius_green}
|
||||
face string ${lucius_light_green}
|
||||
face error ${lucius_light_green}
|
||||
face keyword ${lucius_light_blue}
|
||||
face operator ${lucius_green}
|
||||
face attribute ${lucius_light_blue}
|
||||
|
|
|
@ -26,7 +26,6 @@
|
|||
face type ${orange}
|
||||
face identifier default
|
||||
face string ${green}
|
||||
face error ${red},${grey_light}
|
||||
face keyword ${brown_dark}
|
||||
face operator default
|
||||
face attribute ${green}
|
||||
|
|
|
@ -26,7 +26,6 @@
|
|||
face type ${yellow}
|
||||
face identifier ${blue}
|
||||
face string ${cyan}
|
||||
face error ${base03},${red}
|
||||
face keyword ${green}
|
||||
face operator default
|
||||
face attribute ${violet}
|
||||
|
|
|
@ -33,7 +33,6 @@
|
|||
face type ${zentype}
|
||||
face identifier ${zenidentifier}
|
||||
face string ${zenstring}
|
||||
face error ${zenexception}
|
||||
face keyword ${zenkeyword}
|
||||
face operator ${zenfunction}
|
||||
face attribute ${zenstatement}
|
||||
|
|
|
@ -28,9 +28,9 @@ addhl -group / regions -default code kakrc \
|
|||
}
|
||||
|
||||
addhl -group /kakrc/code regex \brgb:[0-9a-fA-F]{6}\b 0:value
|
||||
addhl -group /kakrc/code regex (?:\bhook)\h+(?:-group\h+\S+\h+)?(?:(global|buffer|window)|(\S+))\h+(\S+) 1:attribute 2:error 3:identifier
|
||||
addhl -group /kakrc/code regex (?:\bset)\h+(?:-add)?\h+(?:(global|buffer|window)|(\S+))\h+(\S+) 1:attribute 2:error 3:identifier
|
||||
addhl -group /kakrc/code regex (?:\bmap)\h+(?:(global|buffer|window)|(\S+))\h+(?:(normal|insert|menu|prompt|goto|view|user|object)|(\S+))\h+(\S+) 1:attribute 2:error 3:attribute 4:error 5:identifier
|
||||
addhl -group /kakrc/code regex (?:\bhook)\h+(?:-group\h+\S+\h+)?(?:(global|buffer|window)|(\S+))\h+(\S+) 1:attribute 2:Error 3:identifier
|
||||
addhl -group /kakrc/code regex (?:\bset)\h+(?:-add)?\h+(?:(global|buffer|window)|(\S+))\h+(\S+) 1:attribute 2:Error 3:identifier
|
||||
addhl -group /kakrc/code regex (?:\bmap)\h+(?:(global|buffer|window)|(\S+))\h+(?:(normal|insert|menu|prompt|goto|view|user|object)|(\S+))\h+(\S+) 1:attribute 2:Error 3:attribute 4:Error 5:identifier
|
||||
|
||||
addhl -group /kakrc/double_string fill string
|
||||
addhl -group /kakrc/single_string fill string
|
||||
|
|
Loading…
Reference in New Issue
Block a user