From: Jérémie Astor Date: Mon, 5 Oct 2020 08:48:39 +0000 (+0200) Subject: update highlight.js X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=f1de4bd4dcd1809bc75dd5621f473bee28471038;p=gwion.git update highlight.js --- diff --git a/theme/highlight.js b/theme/highlight.js index 8a2f28f6..a99313a3 100644 --- a/theme/highlight.js +++ b/theme/highlight.js @@ -12006,11 +12006,10 @@ hljs.registerLanguage('gwion', function () { var COMMENTS = hljs.COMMENT('#!','\n|!#'); var KEYWORDS = { - keyword: 'if for foreach while until do break return continue goto', - // class: 'operator extends', + keyword: 'if for foreach repeat while until do break return continue goto spork fork match where when case typeof varloop', name: 'true false maybe me null adc dac __func__ __file__ __line__ now vararg this', built_in: 'Object Vararg Shred Fork TypedFork UGen Gain Impulse FullRect HalfRect Step ZeroX UsrUGen Event Ptr:[A] string auto void int char float dur time', - meta: 'static global private protect var ref const nonnul', + meta: 'new static global private protect var ref const nonnul', }; var CHAR = {