Bold line number in the g++ theme

This commit is contained in:
Johann Dreo 2013-04-15 21:54:45 +02:00
commit 465ce93393

View file

@ -19,7 +19,9 @@ def theme():
# [-Wflag]
[ "\[-W.*\]", "magenta"],
# Filename:line number
[ "(/.*?)/([^/]+\.)(h|cp*):([0-9]+):*[0-9]*(.*)", "white,white,white,yellow,none", "normal,bold,bold,normal"],
[ "(/.*?)/([^/]+\.)(h|cp*):([0-9]+):*([0-9]*)(.*)",
"white,white,white,yellow,yellow,none",
"normal,bold,bold,bold,normal" ],
# source code in single quotes
[ "'(.*?)'", "Cpp", "monokai" ]
]