From 81029d9f4ea76f4507a221e78089497cf7ff72ef Mon Sep 17 00:00:00 2001 From: Strahinja Val Markovic Date: Fri, 9 May 2014 13:15:15 -0700 Subject: [PATCH] Docs for region syntax groups Fixes #959 --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index b00aa07e..fdf10bae 100644 --- a/README.md +++ b/README.md @@ -534,6 +534,12 @@ You can also style the line that has the warning/error with these groups: Note that the line highlighting groups only work when gutter signs are turned on. +The syntax groups used to highlight regions of text with errors/warnings: +- `YcmErrorSection`, which falls back to group `SyntasticError` if it exists and + then `SpellBad` +- `YcmWarningSection`, which falls back to group `SyntasticWarning` if it exists + and then `SpellCap` + Here's how you'd change the style for a group: ```