diff options
Diffstat (limited to '')
| -rw-r--r-- | extra/subv.kak | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extra/subv.kak b/extra/subv.kak index fc4eeff..77727f3 100644 --- a/extra/subv.kak +++ b/extra/subv.kak @@ -13,6 +13,7 @@ add-highlighter shared/subv/code/segment regex '^\s+(== [^\n ]+( 0x[\da-z]+)?)' add-highlighter shared/subv/code/label regex '^([^ \n]+:)' 1:variable add-highlighter shared/subv/code/partnum regex '\b(-?[\da-f]+|([^/ \n]+))/([^/ \n]+)(/([^/ \n]+))?\b' 5:+d 1:value 2:variable 3:meta add-highlighter shared/subv/code/opcode regex '^\s+([\da-f]{2})/(\w+)' 0:+b@keyword +add-highlighter shared/subv/code/special regex '^\s+(@@)/(\w+)' 0:+b@operator # Initialization hook -group subv-highlight global WinSetOption filetype=subv %{ |
