Merge the "error" duplicate face into "Error"

This commit is contained in:
Frank LENORMAND 2016-11-09 17:51:42 +03:00
parent 8490caa0d7
commit 85ce5db08a
8 changed files with 3 additions and 10 deletions

View File

@ -22,7 +22,6 @@
face type ${orange_light} face type ${orange_light}
face identifier ${magenta_dark} face identifier ${magenta_dark}
face string ${green_dark} face string ${green_dark}
face error ${grey_light},${magenta_light}
face keyword ${purple_dark}+b face keyword ${purple_dark}+b
face operator ${grey_light} face operator ${grey_light}
face attribute ${orange_dark} face attribute ${orange_dark}

View File

@ -5,7 +5,6 @@ face value red
face type yellow face type yellow
face identifier green face identifier green
face string magenta face string magenta
face error default,red
face keyword blue face keyword blue
face operator yellow face operator yellow
face attribute green face attribute green

View File

@ -8,7 +8,6 @@ face value rgb:0086B3+b
face type rgb:795DA3 face type rgb:795DA3
face identifier rgb:0086B3 face identifier rgb:0086B3
face string rgb:183691 face string rgb:183691
face error rgb:F8F8FF,rgb:BD2C00
face keyword rgb:A71D5D+b face keyword rgb:A71D5D+b
face operator yellow face operator yellow
face attribute rgb:A71D5D face attribute rgb:A71D5D

View File

@ -28,7 +28,6 @@
face type ${lucius_blue} face type ${lucius_blue}
face identifier ${lucius_green} face identifier ${lucius_green}
face string ${lucius_light_green} face string ${lucius_light_green}
face error ${lucius_light_green}
face keyword ${lucius_light_blue} face keyword ${lucius_light_blue}
face operator ${lucius_green} face operator ${lucius_green}
face attribute ${lucius_light_blue} face attribute ${lucius_light_blue}

View File

@ -26,7 +26,6 @@
face type ${orange} face type ${orange}
face identifier default face identifier default
face string ${green} face string ${green}
face error ${red},${grey_light}
face keyword ${brown_dark} face keyword ${brown_dark}
face operator default face operator default
face attribute ${green} face attribute ${green}

View File

@ -26,7 +26,6 @@
face type ${yellow} face type ${yellow}
face identifier ${blue} face identifier ${blue}
face string ${cyan} face string ${cyan}
face error ${base03},${red}
face keyword ${green} face keyword ${green}
face operator default face operator default
face attribute ${violet} face attribute ${violet}

View File

@ -33,7 +33,6 @@
face type ${zentype} face type ${zentype}
face identifier ${zenidentifier} face identifier ${zenidentifier}
face string ${zenstring} face string ${zenstring}
face error ${zenexception}
face keyword ${zenkeyword} face keyword ${zenkeyword}
face operator ${zenfunction} face operator ${zenfunction}
face attribute ${zenstatement} face attribute ${zenstatement}

View File

@ -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 \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 (?:\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 (?:\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 (?:\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/double_string fill string
addhl -group /kakrc/single_string fill string addhl -group /kakrc/single_string fill string