d49555fc75
That means we can now have highlighters active at global, buffer, and window scope. The add-highlighter and remove-highlighter syntax changed to take the parent path (scope/group/...) as a mandatory argument, superseeding the previous -group switch.
6 lines
192 B
Plaintext
6 lines
192 B
Plaintext
add-highlighter window number_lines
|
|
set window tabstop 4
|
|
add-highlighter window column 3 default,red
|
|
add-highlighter window column 7 default,green
|
|
add-highlighter window column 5 default,blue
|