]> Nishi Git Mirror - gwion.git/commitdiff
Add dur type to Kakoune highlighter (#242)
authorJack Clarke <jackojc@gmail.com>
Wed, 13 Apr 2022 20:33:34 +0000 (20:33 +0000)
committerGitHub <noreply@github.com>
Wed, 13 Apr 2022 20:33:34 +0000 (22:33 +0200)
highlighters/gwion.kak

index 9bf496f23d933392f0ad55afb1828abc438dc165..c342e51f22cb42c6370156a808e23bf432a32ffd 100644 (file)
@@ -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'