1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-09-11 13:00:41 +03:00
This commit is contained in:
Maxime Coste 2023-01-27 11:26:17 +11:00
commit 6b7ed51be1

View File

@ -51,7 +51,7 @@ provide-module hare %§
add-highlighter shared/hare/code/ regex "\b([0-9a-zA-Z_]*)\h*\(" 1:function
# attributes
add-highlighter shared/hare/code/ regex "@(offset|init|fini|test|noreturn|symbol)\b" 0:attribute
add-highlighter shared/hare/code/ regex "@(packed|offset|init|fini|test|noreturn|symbol)\b" 0:attribute
# declarations
add-highlighter shared/hare/code/ regex "\b(let|export|const)\b" 0:meta