docs: FIX forgot to commit and push vendor dir for syntax highlight

This commit is contained in:
Caffeine Fueled 2026-09-02 19:09:00 +02:00
parent 52f870f33b
commit d57a28b1ad
Signed by: cf7
GPG key ID: CA295D643074C68C
26 changed files with 1044 additions and 0 deletions

View file

@ -0,0 +1,8 @@
/*! `dockerfile` grammar compiled for Highlight.js 11.9.0 */
var hljsGrammar=(()=>{"use strict";return e=>({name:"Dockerfile",
aliases:["docker"],case_insensitive:!0,
keywords:["from","maintainer","expose","env","arg","user","onbuild","stopsignal"],
contains:[e.HASH_COMMENT_MODE,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.NUMBER_MODE,{
beginKeywords:"run cmd entrypoint volume add copy workdir label healthcheck shell",
starts:{end:/[^\\]$/,subLanguage:"bash"}}],illegal:"</"})})()
;export default hljsGrammar;