From f13f22f2831e120ccbb234bb70f42d69bbfed996 Mon Sep 17 00:00:00 2001 From: minify-bot Date: Tue, 10 Sep 2024 01:28:41 +0000 Subject: [PATCH] Auto minify --- dist/languages/bash.js | 2 +- dist/languages/docker.js | 2 +- dist/languages/js_template_literals.js | 2 +- dist/node/languages/bash.js | 2 +- dist/node/languages/docker.js | 2 +- dist/node/languages/js_template_literals.js | 2 +- docs/functions/detect.detectLanguage.html | 2 +- docs/functions/index.highlightAll.html | 2 +- docs/functions/index.highlightElement.html | 2 +- docs/functions/index.highlightText.html | 2 +- docs/functions/index.loadLanguage.html | 2 +- docs/functions/index.tokenize.html | 2 +- docs/functions/terminal.highlightText.html | 2 +- docs/functions/terminal.printHighlight.html | 2 +- docs/functions/terminal.setTheme.html | 2 +- docs/interfaces/index.ShjOptions.html | 4 ++-- docs/modules/detect.html | 2 +- docs/modules/index.html | 2 +- docs/modules/terminal.html | 2 +- docs/types/index.ShjBrowserTheme.html | 2 +- docs/types/index.ShjDisplayMode.html | 2 +- docs/types/index.ShjLanguage.html | 2 +- docs/types/index.ShjLanguageComponent.html | 2 +- docs/types/index.ShjLanguageDefinition.html | 2 +- docs/types/index.ShjToken.html | 2 +- docs/types/terminal.ShjTerminalTheme.html | 2 +- 26 files changed, 27 insertions(+), 27 deletions(-) diff --git a/dist/languages/bash.js b/dist/languages/bash.js index 6489d79..4dd2324 100644 --- a/dist/languages/bash.js +++ b/dist/languages/bash.js @@ -1 +1 @@ -var e={type:"var",match:/\$\w+|\${[^}]*}|\$\([^)]*\)/g},t=[{sub:"todo",match:/#.*/g},{type:"str",match:/(["'])((?!\1)[^\r\n\\]|\\[^])*\1?/g,sub:[e]},{type:"kwd",match:/-[a-zA-Z]+|$<|[&|;]+|\b(unset|readonly|shift|export|if|fi|else|elif|while|do|done|for|until|case|esac|break|continue|exit|return|trap|wait|eval|exec|then|declare|enable|local|select|typeset|time|add|remove|install|update|delete)\b/g},{expand:"num"},{type:"func",match:/\b(set|alias|bg|bind|builtin|caller|command|compgen|complete|dirs|disown|echo|enable|eval|exec|exit|fc|fg|getopts|hash|help|history|jobs|kill|let|logout|popd|printf|pushd|pwd|read|set|shift|shopt|source|suspend|test|times|trap|type|ulimit|umask|unalias|unset)\b/g},{type:"bool",match:/\b(true|false)\b/g},{type:"func",match:/[a-z_]+(?=\s*\()/g},{type:"oper",match:/[=(){}<>+*/!?~^-]+/g},{type:"var",match:/\w+(?=\s*=)/g},e];export{t as default}; +var e={type:"var",match:/\$\w+|\${[^}]*}|\$\([^)]*\)/g},t=[{sub:"todo",match:/#.*/g},{type:"str",match:/(["'])((?!\1)[^\r\n\\]|\\[^])*\1?/g,sub:[e]},{type:"oper",match:/(?<=\s|^)\.*\/[a-z/_.-]+/gi},{type:"kwd",match:/\s-[a-zA-Z]+|$<|[&|;]+|\b(unset|readonly|shift|export|if|fi|else|elif|while|do|done|for|until|case|esac|break|continue|exit|return|trap|wait|eval|exec|then|declare|enable|local|select|typeset|time|add|remove|install|update|delete)(?=\s|$)/g},{expand:"num"},{type:"func",match:/(?<=(^|\||\&\&|\;)\s*)[a-z_.-]+(?=\s|$)/gmi},{type:"bool",match:/(?<=\s|^)(true|false)(?=\s|$)/g},{type:"oper",match:/[=(){}<>!]+/g},{type:"var",match:/(?<=\s|^)[\w_]+(?=\s*=)/g},e];export{t as default}; diff --git a/dist/languages/docker.js b/dist/languages/docker.js index d67e634..2907c93 100644 --- a/dist/languages/docker.js +++ b/dist/languages/docker.js @@ -1 +1 @@ -var e={type:"var",match:/\$\w+|\${[^}]*}|\$\([^)]*\)/g},t=[{sub:"todo",match:/#.*/g},{type:"str",match:/(["'])((?!\1)[^\r\n\\]|\\[^])*\1?/g,sub:[e]},{type:"kwd",match:/-[a-zA-Z]+|$<|[&|;]+|\b(unset|readonly|shift|export|if|fi|else|elif|while|do|done|for|until|case|esac|break|continue|exit|return|trap|wait|eval|exec|then|declare|enable|local|select|typeset|time|add|remove|install|update|delete)\b/g},{expand:"num"},{type:"func",match:/\b(set|alias|bg|bind|builtin|caller|command|compgen|complete|dirs|disown|echo|enable|eval|exec|exit|fc|fg|getopts|hash|help|history|jobs|kill|let|logout|popd|printf|pushd|pwd|read|set|shift|shopt|source|suspend|test|times|trap|type|ulimit|umask|unalias|unset)\b/g},{type:"bool",match:/\b(true|false)\b/g},{type:"func",match:/[a-z_]+(?=\s*\()/g},{type:"oper",match:/[=(){}<>+*/!?~^-]+/g},{type:"var",match:/\w+(?=\s*=)/g},e];var l=[{type:"kwd",match:/^(FROM|RUN|CMD|LABEL|MAINTAINER|EXPOSE|ENV|ADD|COPY|ENTRYPOINT|VOLUME|USER|WORKDIR|ARG|ONBUILD|STOPSIGNAL|HEALTHCHECK|SHELL)\b/gmi},...t];export{l as default}; +var e={type:"var",match:/\$\w+|\${[^}]*}|\$\([^)]*\)/g},t=[{sub:"todo",match:/#.*/g},{type:"str",match:/(["'])((?!\1)[^\r\n\\]|\\[^])*\1?/g,sub:[e]},{type:"oper",match:/(?<=\s|^)\.*\/[a-z/_.-]+/gi},{type:"kwd",match:/\s-[a-zA-Z]+|$<|[&|;]+|\b(unset|readonly|shift|export|if|fi|else|elif|while|do|done|for|until|case|esac|break|continue|exit|return|trap|wait|eval|exec|then|declare|enable|local|select|typeset|time|add|remove|install|update|delete)(?=\s|$)/g},{expand:"num"},{type:"func",match:/(?<=(^|\||\&\&|\;)\s*)[a-z_.-]+(?=\s|$)/gmi},{type:"bool",match:/(?<=\s|^)(true|false)(?=\s|$)/g},{type:"oper",match:/[=(){}<>!]+/g},{type:"var",match:/(?<=\s|^)[\w_]+(?=\s*=)/g},e];var r=[{type:"kwd",match:/^(FROM|RUN|CMD|LABEL|MAINTAINER|EXPOSE|ENV|ADD|COPY|ENTRYPOINT|VOLUME|USER|WORKDIR|ARG|ONBUILD|STOPSIGNAL|HEALTHCHECK|SHELL)\b/gmi},...t];export{r as default}; diff --git a/dist/languages/js_template_literals.js b/dist/languages/js_template_literals.js index 42acf28..e89f0d4 100644 --- a/dist/languages/js_template_literals.js +++ b/dist/languages/js_template_literals.js @@ -1 +1 @@ -var h=[{match:new class{exec(l){let e=this.lastIndex,t,n=i=>{for(;++e{for(;++e{for(var s in e)l(t,s,{get:e[s],enumerable:!0})},d=(t,e,s,p)=>{if(e&&typeof e=="object"||typeof e=="function")for(let a of c(e))!n.call(t,a)&&a!==s&&l(t,a,{get:()=>e[a],enumerable:!(p=o(e,a))||p.enumerable});return t};var u=t=>d(l({},"__esModule",{value:!0}),t);var m={};r(m,{default:()=>h});module.exports=u(m);var i={type:"var",match:/\$\w+|\${[^}]*}|\$\([^)]*\)/g},h=[{sub:"todo",match:/#.*/g},{type:"str",match:/(["'])((?!\1)[^\r\n\\]|\\[^])*\1?/g,sub:[i]},{type:"kwd",match:/-[a-zA-Z]+|$<|[&|;]+|\b(unset|readonly|shift|export|if|fi|else|elif|while|do|done|for|until|case|esac|break|continue|exit|return|trap|wait|eval|exec|then|declare|enable|local|select|typeset|time|add|remove|install|update|delete)\b/g},{expand:"num"},{type:"func",match:/\b(set|alias|bg|bind|builtin|caller|command|compgen|complete|dirs|disown|echo|enable|eval|exec|exit|fc|fg|getopts|hash|help|history|jobs|kill|let|logout|popd|printf|pushd|pwd|read|set|shift|shopt|source|suspend|test|times|trap|type|ulimit|umask|unalias|unset)\b/g},{type:"bool",match:/\b(true|false)\b/g},{type:"func",match:/[a-z_]+(?=\s*\()/g},{type:"oper",match:/[=(){}<>+*/!?~^-]+/g},{type:"var",match:/\w+(?=\s*=)/g},i];0&&(module.exports={}); +var l=Object.defineProperty;var p=Object.getOwnPropertyDescriptor;var o=Object.getOwnPropertyNames;var i=Object.prototype.hasOwnProperty;var n=(t,e)=>{for(var s in e)l(t,s,{get:e[s],enumerable:!0})},m=(t,e,s,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let a of o(e))!i.call(t,a)&&a!==s&&l(t,a,{get:()=>e[a],enumerable:!(r=p(e,a))||r.enumerable});return t};var d=t=>m(l({},"__esModule",{value:!0}),t);var u={};n(u,{default:()=>h});module.exports=d(u);var c={type:"var",match:/\$\w+|\${[^}]*}|\$\([^)]*\)/g},h=[{sub:"todo",match:/#.*/g},{type:"str",match:/(["'])((?!\1)[^\r\n\\]|\\[^])*\1?/g,sub:[c]},{type:"oper",match:/(?<=\s|^)\.*\/[a-z/_.-]+/gi},{type:"kwd",match:/\s-[a-zA-Z]+|$<|[&|;]+|\b(unset|readonly|shift|export|if|fi|else|elif|while|do|done|for|until|case|esac|break|continue|exit|return|trap|wait|eval|exec|then|declare|enable|local|select|typeset|time|add|remove|install|update|delete)(?=\s|$)/g},{expand:"num"},{type:"func",match:/(?<=(^|\||\&\&|\;)\s*)[a-z_.-]+(?=\s|$)/gmi},{type:"bool",match:/(?<=\s|^)(true|false)(?=\s|$)/g},{type:"oper",match:/[=(){}<>!]+/g},{type:"var",match:/(?<=\s|^)[\w_]+(?=\s*=)/g},c];0&&(module.exports={}); diff --git a/dist/node/languages/docker.js b/dist/node/languages/docker.js index 16b5ab2..93b1709 100644 --- a/dist/node/languages/docker.js +++ b/dist/node/languages/docker.js @@ -1 +1 @@ -var l=Object.defineProperty;var c=Object.getOwnPropertyDescriptor;var r=Object.getOwnPropertyNames;var n=Object.prototype.hasOwnProperty;var d=(t,e)=>{for(var s in e)l(t,s,{get:e[s],enumerable:!0})},m=(t,e,s,p)=>{if(e&&typeof e=="object"||typeof e=="function")for(let a of r(e))!n.call(t,a)&&a!==s&&l(t,a,{get:()=>e[a],enumerable:!(p=c(e,a))||p.enumerable});return t};var h=t=>m(l({},"__esModule",{value:!0}),t);var b={};d(b,{default:()=>u});module.exports=h(b);var o={type:"var",match:/\$\w+|\${[^}]*}|\$\([^)]*\)/g},i=[{sub:"todo",match:/#.*/g},{type:"str",match:/(["'])((?!\1)[^\r\n\\]|\\[^])*\1?/g,sub:[o]},{type:"kwd",match:/-[a-zA-Z]+|$<|[&|;]+|\b(unset|readonly|shift|export|if|fi|else|elif|while|do|done|for|until|case|esac|break|continue|exit|return|trap|wait|eval|exec|then|declare|enable|local|select|typeset|time|add|remove|install|update|delete)\b/g},{expand:"num"},{type:"func",match:/\b(set|alias|bg|bind|builtin|caller|command|compgen|complete|dirs|disown|echo|enable|eval|exec|exit|fc|fg|getopts|hash|help|history|jobs|kill|let|logout|popd|printf|pushd|pwd|read|set|shift|shopt|source|suspend|test|times|trap|type|ulimit|umask|unalias|unset)\b/g},{type:"bool",match:/\b(true|false)\b/g},{type:"func",match:/[a-z_]+(?=\s*\()/g},{type:"oper",match:/[=(){}<>+*/!?~^-]+/g},{type:"var",match:/\w+(?=\s*=)/g},o];var u=[{type:"kwd",match:/^(FROM|RUN|CMD|LABEL|MAINTAINER|EXPOSE|ENV|ADD|COPY|ENTRYPOINT|VOLUME|USER|WORKDIR|ARG|ONBUILD|STOPSIGNAL|HEALTHCHECK|SHELL)\b/gmi},...i];0&&(module.exports={}); +var r=Object.defineProperty;var o=Object.getOwnPropertyDescriptor;var m=Object.getOwnPropertyNames;var i=Object.prototype.hasOwnProperty;var d=(t,e)=>{for(var s in e)r(t,s,{get:e[s],enumerable:!0})},h=(t,e,s,l)=>{if(e&&typeof e=="object"||typeof e=="function")for(let a of m(e))!i.call(t,a)&&a!==s&&r(t,a,{get:()=>e[a],enumerable:!(l=o(e,a))||l.enumerable});return t};var n=t=>h(r({},"__esModule",{value:!0}),t);var y={};d(y,{default:()=>u});module.exports=n(y);var p={type:"var",match:/\$\w+|\${[^}]*}|\$\([^)]*\)/g},c=[{sub:"todo",match:/#.*/g},{type:"str",match:/(["'])((?!\1)[^\r\n\\]|\\[^])*\1?/g,sub:[p]},{type:"oper",match:/(?<=\s|^)\.*\/[a-z/_.-]+/gi},{type:"kwd",match:/\s-[a-zA-Z]+|$<|[&|;]+|\b(unset|readonly|shift|export|if|fi|else|elif|while|do|done|for|until|case|esac|break|continue|exit|return|trap|wait|eval|exec|then|declare|enable|local|select|typeset|time|add|remove|install|update|delete)(?=\s|$)/g},{expand:"num"},{type:"func",match:/(?<=(^|\||\&\&|\;)\s*)[a-z_.-]+(?=\s|$)/gmi},{type:"bool",match:/(?<=\s|^)(true|false)(?=\s|$)/g},{type:"oper",match:/[=(){}<>!]+/g},{type:"var",match:/(?<=\s|^)[\w_]+(?=\s*=)/g},p];var u=[{type:"kwd",match:/^(FROM|RUN|CMD|LABEL|MAINTAINER|EXPOSE|ENV|ADD|COPY|ENTRYPOINT|VOLUME|USER|WORKDIR|ARG|ONBUILD|STOPSIGNAL|HEALTHCHECK|SHELL)\b/gmi},...c];0&&(module.exports={}); diff --git a/dist/node/languages/js_template_literals.js b/dist/node/languages/js_template_literals.js index 6f1e613..9a28ce0 100644 --- a/dist/node/languages/js_template_literals.js +++ b/dist/node/languages/js_template_literals.js @@ -1 +1 @@ -var h=Object.defineProperty;var a=Object.getOwnPropertyDescriptor;var u=Object.getOwnPropertyNames;var c=Object.prototype.hasOwnProperty;var f=(l,e)=>{for(var t in e)h(l,t,{get:e[t],enumerable:!0})},x=(l,e,t,i)=>{if(e&&typeof e=="object"||typeof e=="function")for(let n of u(e))!c.call(l,n)&&n!==t&&h(l,n,{get:()=>e[n],enumerable:!(i=a(e,n))||i.enumerable});return l};var d=l=>x(h({},"__esModule",{value:!0}),l);var g={};f(g,{default:()=>s,type:()=>$});module.exports=d(g);var s=[{match:new class{exec(l){let e=this.lastIndex,t,i=n=>{for(;++e{for(var t in e)h(l,t,{get:e[t],enumerable:!0})},x=(l,e,t,i)=>{if(e&&typeof e=="object"||typeof e=="function")for(let n of u(e))!c.call(l,n)&&n!==t&&h(l,n,{get:()=>e[n],enumerable:!(i=a(e,n))||i.enumerable});return l};var d=l=>x(h({},"__esModule",{value:!0}),l);var g={};f(g,{default:()=>s,type:()=>$});module.exports=d(g);var s=[{match:new class{exec(l){let e=this.lastIndex,t,i=n=>{for(;++e

detectLanguage

+
diff --git a/docs/functions/index.highlightAll.html b/docs/functions/index.highlightAll.html index ebb5f0e..fa72f31 100644 --- a/docs/functions/index.highlightAll.html +++ b/docs/functions/index.highlightAll.html @@ -1,4 +1,4 @@ highlightAll | @speed-highlight/core

Call highlightElement on element with a css class starting with shj-lang-

highlightAll

  • Parameters

    Returns Promise<void[]>

+

Returns Promise<void[]>

diff --git a/docs/functions/index.highlightElement.html b/docs/functions/index.highlightElement.html index 148596c..9031b19 100644 --- a/docs/functions/index.highlightElement.html +++ b/docs/functions/index.highlightElement.html @@ -4,4 +4,4 @@
  • Optionalmode: ShjDisplayMode

    The display mode (guessed by default)

  • Optionalopt: ShjOptions

    Customization options

  • Returns Promise<void>

    highlightElement

    -
    +
    diff --git a/docs/functions/index.highlightText.html b/docs/functions/index.highlightText.html index d33a1b2..e022b14 100644 --- a/docs/functions/index.highlightText.html +++ b/docs/functions/index.highlightText.html @@ -8,4 +8,4 @@

    highlightText

    -
    +
    diff --git a/docs/functions/index.loadLanguage.html b/docs/functions/index.loadLanguage.html index 95cd527..effdaea 100644 --- a/docs/functions/index.loadLanguage.html +++ b/docs/functions/index.loadLanguage.html @@ -2,4 +2,4 @@

    loadLanguage

    +

    Returns void

    diff --git a/docs/functions/index.tokenize.html b/docs/functions/index.tokenize.html index 7bb1453..17dedb1 100644 --- a/docs/functions/index.tokenize.html +++ b/docs/functions/index.tokenize.html @@ -8,4 +8,4 @@
  • the type of the token
      • (arg0, arg1): void
      • Parameters

        Returns void

    Returns Promise<void>

    tokenize

    -
    +
    diff --git a/docs/functions/terminal.highlightText.html b/docs/functions/terminal.highlightText.html index b70fe32..53f4d18 100644 --- a/docs/functions/terminal.highlightText.html +++ b/docs/functions/terminal.highlightText.html @@ -3,4 +3,4 @@
    • Parameters

      • src: string

        The code

      • lang: ShjLanguage

        The language of the code

      Returns Promise<string>

      The highlighted string

      -
    +
    diff --git a/docs/functions/terminal.printHighlight.html b/docs/functions/terminal.printHighlight.html index efe1041..3e28e81 100644 --- a/docs/functions/terminal.printHighlight.html +++ b/docs/functions/terminal.printHighlight.html @@ -2,4 +2,4 @@

    printHighlight

    • Parameters

      • src: string

        The code

      • lang: ShjLanguage

        The language of the code

        -

      Returns Promise<any>

    +

    Returns Promise<any>

    diff --git a/docs/functions/terminal.setTheme.html b/docs/functions/terminal.setTheme.html index 025144c..47ca356 100644 --- a/docs/functions/terminal.setTheme.html +++ b/docs/functions/terminal.setTheme.html @@ -1,4 +1,4 @@ setTheme | @speed-highlight/core

    Change the current used theme for highlighting

    setTheme

    +

    Returns Promise<any>

    diff --git a/docs/interfaces/index.ShjOptions.html b/docs/interfaces/index.ShjOptions.html index 86dc56c..02cf2c9 100644 --- a/docs/interfaces/index.ShjOptions.html +++ b/docs/interfaces/index.ShjOptions.html @@ -1,3 +1,3 @@ -ShjOptions | @speed-highlight/core
    interface ShjOptions {
        hideLineNumbers: boolean;
    }

    Properties

    hideLineNumbers +ShjOptions | @speed-highlight/core
    interface ShjOptions {
        hideLineNumbers: boolean;
    }

    Properties

    Properties

    hideLineNumbers: boolean

    Indicates whether to hide line numbers

    -
    +
    diff --git a/docs/modules/detect.html b/docs/modules/detect.html index 0baadfa..6f4b981 100644 --- a/docs/modules/detect.html +++ b/docs/modules/detect.html @@ -1,3 +1,3 @@ -detect | @speed-highlight/core

    References

    ShjLanguage +detect | @speed-highlight/core

    References

    Functions

    References

    Re-exports ShjLanguage
    diff --git a/docs/modules/index.html b/docs/modules/index.html index 1f92e38..51bb8b8 100644 --- a/docs/modules/index.html +++ b/docs/modules/index.html @@ -1,4 +1,4 @@ -index | @speed-highlight/core

    Index

    Interfaces

    ShjOptions +index | @speed-highlight/core

    Index

    Interfaces

    Type Aliases

    ShjBrowserTheme ShjDisplayMode ShjLanguage diff --git a/docs/modules/terminal.html b/docs/modules/terminal.html index 07c5a88..08fa8a8 100644 --- a/docs/modules/terminal.html +++ b/docs/modules/terminal.html @@ -1,4 +1,4 @@ -terminal | @speed-highlight/core

    References

    ShjLanguage +terminal | @speed-highlight/core

    References

    Type Aliases

    Functions

    highlightText printHighlight diff --git a/docs/types/index.ShjBrowserTheme.html b/docs/types/index.ShjBrowserTheme.html index 8ec2058..44b499b 100644 --- a/docs/types/index.ShjBrowserTheme.html +++ b/docs/types/index.ShjBrowserTheme.html @@ -1 +1 @@ -ShjBrowserTheme | @speed-highlight/core
    ShjBrowserTheme:
        | "atom-dark"
        | "github-dark"
        | "github-dim"
        | "dark"
        | "default"
        | "github-light"
        | "visual-studio-dark"
    +ShjBrowserTheme | @speed-highlight/core
    ShjBrowserTheme:
        | "atom-dark"
        | "github-dark"
        | "github-dim"
        | "dark"
        | "default"
        | "github-light"
        | "visual-studio-dark"
    diff --git a/docs/types/index.ShjDisplayMode.html b/docs/types/index.ShjDisplayMode.html index 5caafd4..7acd280 100644 --- a/docs/types/index.ShjDisplayMode.html +++ b/docs/types/index.ShjDisplayMode.html @@ -3,4 +3,4 @@
  • oneline inside div element and containing only one line
  • multiline inside div element
  • -
    +
    diff --git a/docs/types/index.ShjLanguage.html b/docs/types/index.ShjLanguage.html index 8e55a40..35a15b2 100644 --- a/docs/types/index.ShjLanguage.html +++ b/docs/types/index.ShjLanguage.html @@ -1 +1 @@ -ShjLanguage | @speed-highlight/core
    ShjLanguage:
        | "asm"
        | "bash"
        | "bf"
        | "c"
        | "css"
        | "csv"
        | "diff"
        | "docker"
        | "git"
        | "go"
        | "html"
        | "http"
        | "ini"
        | "java"
        | "js"
        | "jsdoc"
        | "json"
        | "leanpub-md"
        | "log"
        | "lua"
        | "make"
        | "md"
        | "pl"
        | "plain"
        | "py"
        | "regex"
        | "rs"
        | "sql"
        | "todo"
        | "toml"
        | "ts"
        | "uri"
        | "xml"
        | "yaml"
    +ShjLanguage | @speed-highlight/core
    ShjLanguage:
        | "asm"
        | "bash"
        | "bf"
        | "c"
        | "css"
        | "csv"
        | "diff"
        | "docker"
        | "git"
        | "go"
        | "html"
        | "http"
        | "ini"
        | "java"
        | "js"
        | "jsdoc"
        | "json"
        | "leanpub-md"
        | "log"
        | "lua"
        | "make"
        | "md"
        | "pl"
        | "plain"
        | "py"
        | "regex"
        | "rs"
        | "sql"
        | "todo"
        | "toml"
        | "ts"
        | "uri"
        | "xml"
        | "yaml"
    diff --git a/docs/types/index.ShjLanguageComponent.html b/docs/types/index.ShjLanguageComponent.html index 0262918..0c75cb9 100644 --- a/docs/types/index.ShjLanguageComponent.html +++ b/docs/types/index.ShjLanguageComponent.html @@ -1 +1 @@ -ShjLanguageComponent | @speed-highlight/core

    Type Alias ShjLanguageComponent

    ShjLanguageComponent: {
        match: RegExp;
        type: string;
    } | {
        match: RegExp;
        sub: string | ShjLanguageDefinition | ((code: string) => ShjLanguageComponent);
    } | {
        expand: string;
    }
    +ShjLanguageComponent | @speed-highlight/core

    Type Alias ShjLanguageComponent

    ShjLanguageComponent: {
        match: RegExp;
        type: string;
    } | {
        match: RegExp;
        sub: string | ShjLanguageDefinition | ((code: string) => ShjLanguageComponent);
    } | {
        expand: string;
    }
    diff --git a/docs/types/index.ShjLanguageDefinition.html b/docs/types/index.ShjLanguageDefinition.html index b0ae25e..b35844c 100644 --- a/docs/types/index.ShjLanguageDefinition.html +++ b/docs/types/index.ShjLanguageDefinition.html @@ -1 +1 @@ -ShjLanguageDefinition | @speed-highlight/core

    Type Alias ShjLanguageDefinition

    ShjLanguageDefinition: ShjLanguageComponent[]
    +ShjLanguageDefinition | @speed-highlight/core

    Type Alias ShjLanguageDefinition

    ShjLanguageDefinition: ShjLanguageComponent[]
    diff --git a/docs/types/index.ShjToken.html b/docs/types/index.ShjToken.html index 5fac88b..7be7526 100644 --- a/docs/types/index.ShjToken.html +++ b/docs/types/index.ShjToken.html @@ -1 +1 @@ -ShjToken | @speed-highlight/core
    ShjToken:
        | "deleted"
        | "err"
        | "var"
        | "section"
        | "kwd"
        | "class"
        | "cmnt"
        | "insert"
        | "type"
        | "func"
        | "bool"
        | "num"
        | "oper"
        | "str"
        | "esc"
    +ShjToken | @speed-highlight/core
    ShjToken:
        | "deleted"
        | "err"
        | "var"
        | "section"
        | "kwd"
        | "class"
        | "cmnt"
        | "insert"
        | "type"
        | "func"
        | "bool"
        | "num"
        | "oper"
        | "str"
        | "esc"
    diff --git a/docs/types/terminal.ShjTerminalTheme.html b/docs/types/terminal.ShjTerminalTheme.html index 1873bd1..6b2082f 100644 --- a/docs/types/terminal.ShjTerminalTheme.html +++ b/docs/types/terminal.ShjTerminalTheme.html @@ -1 +1 @@ -ShjTerminalTheme | @speed-highlight/core
    ShjTerminalTheme: "default" | "atom-dark"
    +ShjTerminalTheme | @speed-highlight/core
    ShjTerminalTheme: "default" | "atom-dark"