From: Jack Clarke Date: Wed, 13 Apr 2022 20:33:34 +0000 (+0000) Subject: Add dur type to Kakoune highlighter (#242) X-Git-Tag: nightly~318 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=693b65a80f753f97f50a1e991c66bb222ce846e8;p=gwion.git Add dur type to Kakoune highlighter (#242) --- diff --git a/highlighters/gwion.kak b/highlighters/gwion.kak index 9bf496f2..c342e51f 100644 --- a/highlighters/gwion.kak +++ b/highlighters/gwion.kak @@ -25,7 +25,7 @@ provide-module -override gwion %{ new spork fork' attributes='const var static private public protect variadic template samp ms second minute delay' - types='auto int float bool void Object Shred Event' + types='auto int float bool dur void Object Shred Event' values='true false none this now me adc dac maybe' builtins='__file__ __line__ __func__' entities='class struct trait union enum'