]> Nishi Git Mirror - gwion.git/commitdiff
update highlight.js
authorJérémie Astor <astor.jeremie@wanadoo.fr>
Mon, 5 Oct 2020 08:48:39 +0000 (10:48 +0200)
committerJérémie Astor <astor.jeremie@wanadoo.fr>
Mon, 5 Oct 2020 08:48:39 +0000 (10:48 +0200)
theme/highlight.js

index 8a2f28f6344168bd53d8163452747c3c09055769..a99313a3f91bef29353401a795665272e7e3848d 100644 (file)
@@ -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 = {