Docs for region syntax groups

Fixes #959
This commit is contained in:
Strahinja Val Markovic 2014-05-09 13:15:15 -07:00
parent 4529bda5c2
commit 81029d9f4e

View File

@ -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 Note that the line highlighting groups only work when gutter signs are turned
on. 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: Here's how you'd change the style for a group:
``` ```