ceylon-VN4A3I5H.js 1.4 KB

12345
  1. import { __commonJS } from './chunk-BS5JN4MX.js';
  2. var require_ceylon=__commonJS({"../../node_modules/highlight.js/lib/languages/ceylon.js"(exports,module){function ceylon(hljs){let KEYWORDS="assembly module package import alias class interface object given value assign void function new of extends satisfies abstracts in out return break continue throw assert dynamic if else switch case for while try catch finally then let this outer super is exists nonempty",DECLARATION_MODIFIERS="shared abstract formal default actual variable late native deprecated final sealed annotation suppressWarnings small",DOCUMENTATION="doc by license see throws tagged",SUBST={className:"subst",excludeBegin:!0,excludeEnd:!0,begin:/``/,end:/``/,keywords:KEYWORDS,relevance:10},EXPRESSIONS=[{className:"string",begin:'"""',end:'"""',relevance:10},{className:"string",begin:'"',end:'"',contains:[SUBST]},{className:"string",begin:"'",end:"'"},{className:"number",begin:"#[0-9a-fA-F_]+|\\$[01_]+|[0-9_]+(?:\\.[0-9_](?:[eE][+-]?\\d+)?)?[kMGTPmunpf]?",relevance:0}];return SUBST.contains=EXPRESSIONS,{name:"Ceylon",keywords:{keyword:KEYWORDS+" "+DECLARATION_MODIFIERS,meta:DOCUMENTATION},illegal:"\\$[^01]|#[^0-9a-fA-F]",contains:[hljs.C_LINE_COMMENT_MODE,hljs.COMMENT("/\\*","\\*/",{contains:["self"]}),{className:"meta",begin:'@[a-z]\\w*(?::"[^"]*")?'}].concat(EXPRESSIONS)}}module.exports=ceylon;}});var ceylonVN4A3I5H = require_ceylon();
  3. export { ceylonVN4A3I5H as default };