From 693b65a80f753f97f50a1e991c66bb222ce846e8 Mon Sep 17 00:00:00 2001 From: Jack Clarke Date: Wed, 13 Apr 2022 20:33:34 +0000 Subject: [PATCH] Add dur type to Kakoune highlighter (#242) --- highlighters/gwion.kak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' -- 2.43.0