From f797bb14f7413df2abac6326c6df769004e50aa1 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Mon, 1 May 2023 09:35:25 -0600 Subject: small bugfix, add toc settings, update example site and delete unnecessary static assets --- pyssg.xyz/live/static/hl/languages/vala.min.js | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 pyssg.xyz/live/static/hl/languages/vala.min.js (limited to 'pyssg.xyz/live/static/hl/languages/vala.min.js') diff --git a/pyssg.xyz/live/static/hl/languages/vala.min.js b/pyssg.xyz/live/static/hl/languages/vala.min.js deleted file mode 100644 index 213b5d2..0000000 --- a/pyssg.xyz/live/static/hl/languages/vala.min.js +++ /dev/null @@ -1,9 +0,0 @@ -hljs.registerLanguage("vala",(()=>{"use strict";return e=>({name:"Vala", -keywords:{ -keyword:"char uchar unichar int uint long ulong short ushort int8 int16 int32 int64 uint8 uint16 uint32 uint64 float double bool struct enum string void weak unowned owned async signal static abstract interface override virtual delegate if while do for foreach else switch case break default return try catch public private protected internal using new this get set const stdout stdin stderr var", -built_in:"DBus GLib CCode Gee Object Gtk Posix",literal:"false true null"}, -contains:[{className:"class",beginKeywords:"class interface namespace",end:/\{/, -excludeEnd:!0,illegal:"[^,:\\n\\s\\.]",contains:[e.UNDERSCORE_TITLE_MODE] -},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,{className:"string",begin:'"""', -end:'"""',relevance:5},e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.C_NUMBER_MODE,{ -className:"meta",begin:"^#",end:"$",relevance:2}]})})()); \ No newline at end of file -- cgit v1.2.3-54-g00ecf