highight special opcodes in subv.kak
s-ol
1 year, 11 months ago
12 | 12 | add-highlighter shared/subv/code/label regex '^([^ \n]+:)' 1:variable |
13 | 13 | add-highlighter shared/subv/code/partnum regex '\b(-?[\da-f]+|([^/ \n]+))/([^/ \n]+)(/([^/ \n]+))?\b' 5:+d 1:value 2:variable 3:meta |
14 | 14 | add-highlighter shared/subv/code/opcode regex '^\s+([\da-f]{2})/(\w+)' 0:+b@keyword |
15 | add-highlighter shared/subv/code/special regex '^\s+(@@)/(\w+)' 0:+b@operator | |
15 | 16 | |
16 | 17 | # Initialization |
17 | 18 | hook -group subv-highlight global WinSetOption filetype=subv %{ |