UNPKG

1.25 kBJavaScriptView Raw
1hljs.registerLanguage("ceylon",(()=>{"use strict";return e=>{
2const a=["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"],s={
3className:"subst",excludeBegin:!0,excludeEnd:!0,begin:/``/,end:/``/,keywords:a,
4relevance:10},n=[{className:"string",begin:'"""',end:'"""',relevance:10},{
5className:"string",begin:'"',end:'"',contains:[s]},{className:"string",
6begin:"'",end:"'"},{className:"number",
7begin:"#[0-9a-fA-F_]+|\\$[01_]+|[0-9_]+(?:\\.[0-9_](?:[eE][+-]?\\d+)?)?[kMGTPmunpf]?",
8relevance:0}];return s.contains=n,{name:"Ceylon",keywords:{
9keyword:a.concat(["shared","abstract","formal","default","actual","variable","late","native","deprecated","final","sealed","annotation","suppressWarnings","small"]),
10meta:["doc","by","license","see","throws","tagged"]},
11illegal:"\\$[^01]|#[^0-9a-fA-F]",
12contains:[e.C_LINE_COMMENT_MODE,e.COMMENT("/\\*","\\*/",{contains:["self"]}),{
13className:"meta",begin:'@[a-z]\\w*(?::"[^"]*")?'}].concat(n)}}})());
\No newline at end of file