This commit is contained in:
Iliyan Angelov
2025-09-14 23:24:25 +03:00
commit c67067a2a4
71311 changed files with 6800714 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
import oneC from "highlight.js/lib/languages/1c";
export default oneC;

View File

@@ -0,0 +1,2 @@
import abnf from "highlight.js/lib/languages/abnf";
export default abnf;

View File

@@ -0,0 +1,2 @@
import accesslog from "highlight.js/lib/languages/accesslog";
export default accesslog;

View File

@@ -0,0 +1,2 @@
import actionscript from "highlight.js/lib/languages/actionscript";
export default actionscript;

View File

@@ -0,0 +1,2 @@
import ada from "highlight.js/lib/languages/ada";
export default ada;

View File

@@ -0,0 +1,2 @@
import angelscript from "highlight.js/lib/languages/angelscript";
export default angelscript;

View File

@@ -0,0 +1,2 @@
import apache from "highlight.js/lib/languages/apache";
export default apache;

View File

@@ -0,0 +1,2 @@
import applescript from "highlight.js/lib/languages/applescript";
export default applescript;

View File

@@ -0,0 +1,2 @@
import arcade from "highlight.js/lib/languages/arcade";
export default arcade;

View File

@@ -0,0 +1,2 @@
import arduino from "highlight.js/lib/languages/arduino";
export default arduino;

View File

@@ -0,0 +1,2 @@
import armasm from "highlight.js/lib/languages/armasm";
export default armasm;

View File

@@ -0,0 +1,2 @@
import asciidoc from "highlight.js/lib/languages/asciidoc";
export default asciidoc;

View File

@@ -0,0 +1,2 @@
import aspectj from "highlight.js/lib/languages/aspectj";
export default aspectj;

View File

@@ -0,0 +1,2 @@
import autohotkey from "highlight.js/lib/languages/autohotkey";
export default autohotkey;

View File

@@ -0,0 +1,2 @@
import autoit from "highlight.js/lib/languages/autoit";
export default autoit;

View File

@@ -0,0 +1,2 @@
import avrasm from "highlight.js/lib/languages/avrasm";
export default avrasm;

View File

@@ -0,0 +1,2 @@
import awk from "highlight.js/lib/languages/awk";
export default awk;

View File

@@ -0,0 +1,2 @@
import axapta from "highlight.js/lib/languages/axapta";
export default axapta;

View File

@@ -0,0 +1,2 @@
import bash from "highlight.js/lib/languages/bash";
export default bash;

View File

@@ -0,0 +1,2 @@
import basic from "highlight.js/lib/languages/basic";
export default basic;

View File

@@ -0,0 +1,2 @@
import bnf from "highlight.js/lib/languages/bnf";
export default bnf;

View File

@@ -0,0 +1,2 @@
import brainfuck from "highlight.js/lib/languages/brainfuck";
export default brainfuck;

View File

@@ -0,0 +1,2 @@
import cLike from "highlight.js/lib/languages/c-like";
export default cLike;

View File

@@ -0,0 +1,2 @@
import c from "highlight.js/lib/languages/c";
export default c;

View File

@@ -0,0 +1,2 @@
import cal from "highlight.js/lib/languages/cal";
export default cal;

View File

@@ -0,0 +1,2 @@
import capnproto from "highlight.js/lib/languages/capnproto";
export default capnproto;

View File

@@ -0,0 +1,2 @@
import ceylon from "highlight.js/lib/languages/ceylon";
export default ceylon;

View File

@@ -0,0 +1,2 @@
import clean from "highlight.js/lib/languages/clean";
export default clean;

View File

@@ -0,0 +1,2 @@
import clojureRepl from "highlight.js/lib/languages/clojure-repl";
export default clojureRepl;

View File

@@ -0,0 +1,2 @@
import clojure from "highlight.js/lib/languages/clojure";
export default clojure;

View File

@@ -0,0 +1,2 @@
import cmake from "highlight.js/lib/languages/cmake";
export default cmake;

View File

@@ -0,0 +1,2 @@
import coffeescript from "highlight.js/lib/languages/coffeescript";
export default coffeescript;

View File

@@ -0,0 +1,2 @@
import coq from "highlight.js/lib/languages/coq";
export default coq;

View File

@@ -0,0 +1,2 @@
import cos from "highlight.js/lib/languages/cos";
export default cos;

View File

@@ -0,0 +1,2 @@
import cpp from "highlight.js/lib/languages/cpp";
export default cpp;

View File

@@ -0,0 +1,2 @@
import crmsh from "highlight.js/lib/languages/crmsh";
export default crmsh;

View File

@@ -0,0 +1,2 @@
import crystal from "highlight.js/lib/languages/crystal";
export default crystal;

View File

@@ -0,0 +1,2 @@
import cs from "highlight.js/lib/languages/cs";
export default cs;

View File

@@ -0,0 +1,2 @@
import csharp from "highlight.js/lib/languages/csharp";
export default csharp;

View File

@@ -0,0 +1,2 @@
import csp from "highlight.js/lib/languages/csp";
export default csp;

View File

@@ -0,0 +1,2 @@
import css from "highlight.js/lib/languages/css";
export default css;

View File

@@ -0,0 +1,2 @@
import d from "highlight.js/lib/languages/d";
export default d;

View File

@@ -0,0 +1,2 @@
import dart from "highlight.js/lib/languages/dart";
export default dart;

View File

@@ -0,0 +1,2 @@
import delphi from "highlight.js/lib/languages/delphi";
export default delphi;

View File

@@ -0,0 +1,2 @@
import diff from "highlight.js/lib/languages/diff";
export default diff;

View File

@@ -0,0 +1,2 @@
import django from "highlight.js/lib/languages/django";
export default django;

View File

@@ -0,0 +1,2 @@
import dns from "highlight.js/lib/languages/dns";
export default dns;

View File

@@ -0,0 +1,2 @@
import dockerfile from "highlight.js/lib/languages/dockerfile";
export default dockerfile;

View File

@@ -0,0 +1,2 @@
import dos from "highlight.js/lib/languages/dos";
export default dos;

View File

@@ -0,0 +1,2 @@
import dsconfig from "highlight.js/lib/languages/dsconfig";
export default dsconfig;

View File

@@ -0,0 +1,2 @@
import dts from "highlight.js/lib/languages/dts";
export default dts;

View File

@@ -0,0 +1,2 @@
import dust from "highlight.js/lib/languages/dust";
export default dust;

View File

@@ -0,0 +1,2 @@
import ebnf from "highlight.js/lib/languages/ebnf";
export default ebnf;

View File

@@ -0,0 +1,2 @@
import elixir from "highlight.js/lib/languages/elixir";
export default elixir;

View File

@@ -0,0 +1,2 @@
import elm from "highlight.js/lib/languages/elm";
export default elm;

View File

@@ -0,0 +1,2 @@
import erb from "highlight.js/lib/languages/erb";
export default erb;

View File

@@ -0,0 +1,2 @@
import erlangRepl from "highlight.js/lib/languages/erlang-repl";
export default erlangRepl;

View File

@@ -0,0 +1,2 @@
import erlang from "highlight.js/lib/languages/erlang";
export default erlang;

View File

@@ -0,0 +1,2 @@
import excel from "highlight.js/lib/languages/excel";
export default excel;

View File

@@ -0,0 +1,2 @@
import fix from "highlight.js/lib/languages/fix";
export default fix;

View File

@@ -0,0 +1,2 @@
import flix from "highlight.js/lib/languages/flix";
export default flix;

View File

@@ -0,0 +1,2 @@
import fortran from "highlight.js/lib/languages/fortran";
export default fortran;

View File

@@ -0,0 +1,2 @@
import fsharp from "highlight.js/lib/languages/fsharp";
export default fsharp;

View File

@@ -0,0 +1,2 @@
import gams from "highlight.js/lib/languages/gams";
export default gams;

View File

@@ -0,0 +1,2 @@
import gauss from "highlight.js/lib/languages/gauss";
export default gauss;

View File

@@ -0,0 +1,2 @@
import gcode from "highlight.js/lib/languages/gcode";
export default gcode;

View File

@@ -0,0 +1,2 @@
import gherkin from "highlight.js/lib/languages/gherkin";
export default gherkin;

View File

@@ -0,0 +1,2 @@
import glsl from "highlight.js/lib/languages/glsl";
export default glsl;

View File

@@ -0,0 +1,2 @@
import gml from "highlight.js/lib/languages/gml";
export default gml;

View File

@@ -0,0 +1,2 @@
import go from "highlight.js/lib/languages/go";
export default go;

View File

@@ -0,0 +1,2 @@
import golo from "highlight.js/lib/languages/golo";
export default golo;

View File

@@ -0,0 +1,2 @@
import gradle from "highlight.js/lib/languages/gradle";
export default gradle;

View File

@@ -0,0 +1,2 @@
import groovy from "highlight.js/lib/languages/groovy";
export default groovy;

View File

@@ -0,0 +1,2 @@
import haml from "highlight.js/lib/languages/haml";
export default haml;

View File

@@ -0,0 +1,2 @@
import handlebars from "highlight.js/lib/languages/handlebars";
export default handlebars;

View File

@@ -0,0 +1,2 @@
import haskell from "highlight.js/lib/languages/haskell";
export default haskell;

View File

@@ -0,0 +1,2 @@
import haxe from "highlight.js/lib/languages/haxe";
export default haxe;

View File

@@ -0,0 +1,2 @@
import hsp from "highlight.js/lib/languages/hsp";
export default hsp;

View File

@@ -0,0 +1,2 @@
import htmlbars from "highlight.js/lib/languages/htmlbars";
export default htmlbars;

View File

@@ -0,0 +1,2 @@
import http from "highlight.js/lib/languages/http";
export default http;

View File

@@ -0,0 +1,2 @@
import hy from "highlight.js/lib/languages/hy";
export default hy;

View File

@@ -0,0 +1,191 @@
export { default as oneC } from './1c';
export { default as abnf } from './abnf';
export { default as accesslog } from './accesslog';
export { default as actionscript } from './actionscript';
export { default as ada } from './ada';
export { default as angelscript } from './angelscript';
export { default as apache } from './apache';
export { default as applescript } from './applescript';
export { default as arcade } from './arcade';
export { default as arduino } from './arduino';
export { default as armasm } from './armasm';
export { default as asciidoc } from './asciidoc';
export { default as aspectj } from './aspectj';
export { default as autohotkey } from './autohotkey';
export { default as autoit } from './autoit';
export { default as avrasm } from './avrasm';
export { default as awk } from './awk';
export { default as axapta } from './axapta';
export { default as bash } from './bash';
export { default as basic } from './basic';
export { default as bnf } from './bnf';
export { default as brainfuck } from './brainfuck';
export { default as cLike } from './c-like';
export { default as c } from './c';
export { default as cal } from './cal';
export { default as capnproto } from './capnproto';
export { default as ceylon } from './ceylon';
export { default as clean } from './clean';
export { default as clojureRepl } from './clojure-repl';
export { default as clojure } from './clojure';
export { default as cmake } from './cmake';
export { default as coffeescript } from './coffeescript';
export { default as coq } from './coq';
export { default as cos } from './cos';
export { default as cpp } from './cpp';
export { default as crmsh } from './crmsh';
export { default as crystal } from './crystal';
export { default as csharp } from './csharp';
export { default as csp } from './csp';
export { default as css } from './css';
export { default as d } from './d';
export { default as dart } from './dart';
export { default as delphi } from './delphi';
export { default as diff } from './diff';
export { default as django } from './django';
export { default as dns } from './dns';
export { default as dockerfile } from './dockerfile';
export { default as dos } from './dos';
export { default as dsconfig } from './dsconfig';
export { default as dts } from './dts';
export { default as dust } from './dust';
export { default as ebnf } from './ebnf';
export { default as elixir } from './elixir';
export { default as elm } from './elm';
export { default as erb } from './erb';
export { default as erlangRepl } from './erlang-repl';
export { default as erlang } from './erlang';
export { default as excel } from './excel';
export { default as fix } from './fix';
export { default as flix } from './flix';
export { default as fortran } from './fortran';
export { default as fsharp } from './fsharp';
export { default as gams } from './gams';
export { default as gauss } from './gauss';
export { default as gcode } from './gcode';
export { default as gherkin } from './gherkin';
export { default as glsl } from './glsl';
export { default as gml } from './gml';
export { default as go } from './go';
export { default as golo } from './golo';
export { default as gradle } from './gradle';
export { default as groovy } from './groovy';
export { default as haml } from './haml';
export { default as handlebars } from './handlebars';
export { default as haskell } from './haskell';
export { default as haxe } from './haxe';
export { default as hsp } from './hsp';
export { default as htmlbars } from './htmlbars';
export { default as http } from './http';
export { default as hy } from './hy';
export { default as inform7 } from './inform7';
export { default as ini } from './ini';
export { default as irpf90 } from './irpf90';
export { default as isbl } from './isbl';
export { default as java } from './java';
export { default as javascript } from './javascript';
export { default as jbossCli } from './jboss-cli';
export { default as json } from './json';
export { default as juliaRepl } from './julia-repl';
export { default as julia } from './julia';
export { default as kotlin } from './kotlin';
export { default as lasso } from './lasso';
export { default as latex } from './latex';
export { default as ldif } from './ldif';
export { default as leaf } from './leaf';
export { default as less } from './less';
export { default as lisp } from './lisp';
export { default as livecodeserver } from './livecodeserver';
export { default as livescript } from './livescript';
export { default as llvm } from './llvm';
export { default as lsl } from './lsl';
export { default as lua } from './lua';
export { default as makefile } from './makefile';
export { default as markdown } from './markdown';
export { default as mathematica } from './mathematica';
export { default as matlab } from './matlab';
export { default as maxima } from './maxima';
export { default as mel } from './mel';
export { default as mercury } from './mercury';
export { default as mipsasm } from './mipsasm';
export { default as mizar } from './mizar';
export { default as mojolicious } from './mojolicious';
export { default as monkey } from './monkey';
export { default as moonscript } from './moonscript';
export { default as n1ql } from './n1ql';
export { default as nginx } from './nginx';
export { default as nim } from './nim';
export { default as nix } from './nix';
export { default as nodeRepl } from './node-repl';
export { default as nsis } from './nsis';
export { default as objectivec } from './objectivec';
export { default as ocaml } from './ocaml';
export { default as openscad } from './openscad';
export { default as oxygene } from './oxygene';
export { default as parser3 } from './parser3';
export { default as perl } from './perl';
export { default as pf } from './pf';
export { default as pgsql } from './pgsql';
export { default as phpTemplate } from './php-template';
export { default as php } from './php';
export { default as plaintext } from './plaintext';
export { default as pony } from './pony';
export { default as powershell } from './powershell';
export { default as processing } from './processing';
export { default as profile } from './profile';
export { default as prolog } from './prolog';
export { default as properties } from './properties';
export { default as protobuf } from './protobuf';
export { default as puppet } from './puppet';
export { default as purebasic } from './purebasic';
export { default as pythonRepl } from './python-repl';
export { default as python } from './python';
export { default as q } from './q';
export { default as qml } from './qml';
export { default as r } from './r';
export { default as reasonml } from './reasonml';
export { default as rib } from './rib';
export { default as roboconf } from './roboconf';
export { default as routeros } from './routeros';
export { default as rsl } from './rsl';
export { default as ruby } from './ruby';
export { default as ruleslanguage } from './ruleslanguage';
export { default as rust } from './rust';
export { default as sas } from './sas';
export { default as scala } from './scala';
export { default as scheme } from './scheme';
export { default as scilab } from './scilab';
export { default as scss } from './scss';
export { default as shell } from './shell';
export { default as smali } from './smali';
export { default as smalltalk } from './smalltalk';
export { default as sml } from './sml';
export { default as sqf } from './sqf';
export { default as sql } from './sql';
export { default as sqlMore } from './sql_more';
export { default as stan } from './stan';
export { default as stata } from './stata';
export { default as step21 } from './step21';
export { default as stylus } from './stylus';
export { default as subunit } from './subunit';
export { default as swift } from './swift';
export { default as taggerscript } from './taggerscript';
export { default as tap } from './tap';
export { default as tcl } from './tcl';
export { default as thrift } from './thrift';
export { default as tp } from './tp';
export { default as twig } from './twig';
export { default as typescript } from './typescript';
export { default as vala } from './vala';
export { default as vbnet } from './vbnet';
export { default as vbscriptHtml } from './vbscript-html';
export { default as vbscript } from './vbscript';
export { default as verilog } from './verilog';
export { default as vhdl } from './vhdl';
export { default as vim } from './vim';
export { default as x86asm } from './x86asm';
export { default as xl } from './xl';
export { default as xml } from './xml';
export { default as xquery } from './xquery';
export { default as yaml } from './yaml';
export { default as zephir } from './zephir';

View File

@@ -0,0 +1,2 @@
import inform7 from "highlight.js/lib/languages/inform7";
export default inform7;

View File

@@ -0,0 +1,2 @@
import ini from "highlight.js/lib/languages/ini";
export default ini;

View File

@@ -0,0 +1,2 @@
import irpf90 from "highlight.js/lib/languages/irpf90";
export default irpf90;

View File

@@ -0,0 +1,2 @@
import isbl from "highlight.js/lib/languages/isbl";
export default isbl;

View File

@@ -0,0 +1,2 @@
import java from "highlight.js/lib/languages/java";
export default java;

View File

@@ -0,0 +1,2 @@
import javascript from "highlight.js/lib/languages/javascript";
export default javascript;

View File

@@ -0,0 +1,2 @@
import jbossCli from "highlight.js/lib/languages/jboss-cli";
export default jbossCli;

View File

@@ -0,0 +1,2 @@
import json from "highlight.js/lib/languages/json";
export default json;

View File

@@ -0,0 +1,2 @@
import juliaRepl from "highlight.js/lib/languages/julia-repl";
export default juliaRepl;

View File

@@ -0,0 +1,2 @@
import julia from "highlight.js/lib/languages/julia";
export default julia;

View File

@@ -0,0 +1,2 @@
import kotlin from "highlight.js/lib/languages/kotlin";
export default kotlin;

View File

@@ -0,0 +1,2 @@
import lasso from "highlight.js/lib/languages/lasso";
export default lasso;

View File

@@ -0,0 +1,2 @@
import latex from "highlight.js/lib/languages/latex";
export default latex;

View File

@@ -0,0 +1,2 @@
import ldif from "highlight.js/lib/languages/ldif";
export default ldif;

View File

@@ -0,0 +1,2 @@
import leaf from "highlight.js/lib/languages/leaf";
export default leaf;

View File

@@ -0,0 +1,2 @@
import less from "highlight.js/lib/languages/less";
export default less;

View File

@@ -0,0 +1,2 @@
import lisp from "highlight.js/lib/languages/lisp";
export default lisp;

View File

@@ -0,0 +1,2 @@
import livecodeserver from "highlight.js/lib/languages/livecodeserver";
export default livecodeserver;

Some files were not shown because too many files have changed in this diff Show More