Added TODO/FIXME highlighters to Kakoune.
This commit is contained in:
parent
0e4af9fce5
commit
82e5faaeb8
|
|
@ -68,6 +68,9 @@
|
|||
# highlight trailing whitespace
|
||||
add-highlighter global/trailing-whitespace regex '\h+$' 0:Error
|
||||
|
||||
# highlight FIXME/TODO/NOTE
|
||||
add-highlighter global/ regex \b(TODO|FIXME|NOTE)\b 0:default+rb
|
||||
|
||||
# don't remove trailing indent
|
||||
set global disabled_hooks .*-trim-indent
|
||||
source ${pkgs.writeText "kakoune-divider.kak" (builtins.readFile ./kakoune/divider.kak)}
|
||||
|
|
|
|||
Loading…
Reference in a new issue