mirror of
https://github.com/mawww/kakoune.git
synced 2024-12-26 21:22:00 +03:00
Merge branch 'gas-hex-fix' of http://github.com/andreyorst/kakoune
This commit is contained in:
commit
f46b53a441
@ -13,7 +13,7 @@ add-highlighter shared/gas/commentSingle1 region '#' '$' fill
|
||||
add-highlighter shared/gas/commentSingle2 region ';' '$' fill comment
|
||||
|
||||
# Constant
|
||||
add-highlighter shared/gas/code/ regex (0[xX][0-9]+|\b[0-9]+)\b 0:value
|
||||
add-highlighter shared/gas/code/ regex (0[xX][0-9a-fA-F]+|\b[0-9]+)\b 0:value
|
||||
|
||||
# Labels
|
||||
add-highlighter shared/gas/code/ regex ^\h*([A-Za-z0-9_.-]+): 0:operator
|
||||
|
Loading…
Reference in New Issue
Block a user