diff options
author | David Luevano Alvarado <david@luevano.xyz> | 2023-05-01 09:35:25 -0600 |
---|---|---|
committer | David Luevano Alvarado <david@luevano.xyz> | 2023-05-01 09:35:25 -0600 |
commit | f797bb14f7413df2abac6326c6df769004e50aa1 (patch) | |
tree | 20850afbf9d45adbbcc6fc3a7aecedfa34db830c /pyssg.xyz/live/static/hl/languages/haml.min.js | |
parent | 127130ab909dac8886f45ec856f1d1bce3c7bcc0 (diff) |
small bugfix, add toc settings, update example site and delete unnecessary static assets
Diffstat (limited to 'pyssg.xyz/live/static/hl/languages/haml.min.js')
-rw-r--r-- | pyssg.xyz/live/static/hl/languages/haml.min.js | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/pyssg.xyz/live/static/hl/languages/haml.min.js b/pyssg.xyz/live/static/hl/languages/haml.min.js deleted file mode 100644 index 2c6d4e2..0000000 --- a/pyssg.xyz/live/static/hl/languages/haml.min.js +++ /dev/null @@ -1,15 +0,0 @@ -hljs.registerLanguage("haml",(()=>{"use strict";return e=>({name:"HAML", -case_insensitive:!0,contains:[{className:"meta", -begin:"^!!!( (5|1\\.1|Strict|Frameset|Basic|Mobile|RDFa|XML\\b.*))?$", -relevance:10},e.COMMENT("^\\s*(!=#|=#|-#|/).*$",!1,{relevance:0}),{ -begin:"^\\s*(-|=|!=)(?!#)",starts:{end:"\\n",subLanguage:"ruby"}},{ -className:"tag",begin:"^\\s*%",contains:[{className:"selector-tag",begin:"\\w+" -},{className:"selector-id",begin:"#[\\w-]+"},{className:"selector-class", -begin:"\\.[\\w-]+"},{begin:/\{\s*/,end:/\s*\}/,contains:[{begin:":\\w+\\s*=>", -end:",\\s+",returnBegin:!0,endsWithParent:!0,contains:[{className:"attr", -begin:":\\w+"},e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,{begin:"\\w+",relevance:0 -}]}]},{begin:"\\(\\s*",end:"\\s*\\)",excludeEnd:!0,contains:[{begin:"\\w+\\s*=", -end:"\\s+",returnBegin:!0,endsWithParent:!0,contains:[{className:"attr", -begin:"\\w+",relevance:0},e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,{begin:"\\w+", -relevance:0}]}]}]},{begin:"^\\s*[=~]\\s*"},{begin:/#\{/,starts:{end:/\}/, -subLanguage:"ruby"}}]})})());
\ No newline at end of file |