From 7e49db5ddefe8c515b5f3931a5c701efaac33d91 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Fri, 16 Dec 2022 17:45:03 -0600 Subject: change structure for new pyssg version --- live/static/hl/languages/golo.min.js | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 live/static/hl/languages/golo.min.js (limited to 'live/static/hl/languages/golo.min.js') diff --git a/live/static/hl/languages/golo.min.js b/live/static/hl/languages/golo.min.js new file mode 100644 index 0000000..b5fb645 --- /dev/null +++ b/live/static/hl/languages/golo.min.js @@ -0,0 +1,6 @@ +hljs.registerLanguage("golo",(()=>{"use strict";return e=>({name:"Golo", +keywords:{ +keyword:"println readln print import module function local return let var while for foreach times in case when match with break continue augment augmentation each find filter reduce if then else otherwise try catch finally raise throw orIfNull DynamicObject|10 DynamicVariable struct Observable map set vector list array", +literal:"true false null"}, +contains:[e.HASH_COMMENT_MODE,e.QUOTE_STRING_MODE,e.C_NUMBER_MODE,{ +className:"meta",begin:"@[A-Za-z]+"}]})})()); \ No newline at end of file -- cgit v1.2.3-54-g00ecf