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 --- static/hl/languages/vbnet.min.js | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 static/hl/languages/vbnet.min.js (limited to 'static/hl/languages/vbnet.min.js') diff --git a/static/hl/languages/vbnet.min.js b/static/hl/languages/vbnet.min.js deleted file mode 100644 index ab047ae..0000000 --- a/static/hl/languages/vbnet.min.js +++ /dev/null @@ -1,12 +0,0 @@ -hljs.registerLanguage("vbnet",(()=>{"use strict";return e=>({ -name:"Visual Basic .NET",aliases:["vb"],case_insensitive:!0,keywords:{ -keyword:"addhandler addressof alias and andalso aggregate ansi as async assembly auto await binary by byref byval call case catch class compare const continue custom declare default delegate dim distinct do each equals else elseif end enum erase error event exit explicit finally for friend from function get global goto group handles if implements imports in inherits interface into is isfalse isnot istrue iterator join key let lib like loop me mid mod module mustinherit mustoverride mybase myclass nameof namespace narrowing new next not notinheritable notoverridable of off on operator option optional or order orelse overloads overridable overrides paramarray partial preserve private property protected public raiseevent readonly redim rem removehandler resume return select set shadows shared skip static step stop structure strict sub synclock take text then throw to try unicode until using when where while widening with withevents writeonly xor yield", -built_in:"boolean byte cbool cbyte cchar cdate cdec cdbl char cint clng cobj csbyte cshort csng cstr ctype date decimal directcast double gettype getxmlnamespace iif integer long object sbyte short single string trycast typeof uinteger ulong ushort", -literal:"true false nothing"}, -illegal:"//|\\{|\\}|endif|gosub|variant|wend|^\\$ ", -contains:[e.inherit(e.QUOTE_STRING_MODE,{contains:[{begin:'""'}] -}),e.COMMENT("'","$",{returnBegin:!0,contains:[{className:"doctag", -begin:"'''|\x3c!--|--\x3e",contains:[e.PHRASAL_WORDS_MODE]},{className:"doctag", -begin:"",contains:[e.PHRASAL_WORDS_MODE]}]}),e.C_NUMBER_MODE,{ -className:"meta",begin:"#",end:"$",keywords:{ -"meta-keyword":"if else elseif end region externalsource"}}]})})()); \ No newline at end of file -- cgit v1.2.3-54-g00ecf