2022-04-11 06:26:22 +02:00
/*! `scala` grammar compiled for Highlight.js 11.5.1 */
2021-10-18 07:02:03 +02:00
( ( ) => { var e = ( ( ) => { "use strict" ; return e => { const n = e . regex , a = { className : "subst" ,
variants : [ { begin : "\\$[A-Za-z0-9_]+" } , { begin : /\$\{/ , end : /\}/ } ] } , s = {
className : "string" , variants : [ { begin : '"""' , end : '"""' } , { begin : '"' , end : '"' ,
illegal : "\\n" , contains : [ e . BACKSLASH _ESCAPE ] } , { begin : '[a-z]+"' , end : '"' ,
illegal : "\\n" , contains : [ e . BACKSLASH _ESCAPE , a ] } , { className : "string" ,
begin : '[a-z]+"""' , end : '"""' , contains : [ a ] , relevance : 10 } ] } , i = { className : "type" ,
begin : "\\b[A-Z][A-Za-z0-9_]*" , relevance : 0 } , t = { className : "title" ,
begin : /[^0-9\n\t "'(),.`{}\[\]:;][^\n\t "'(),.`{}\[\]:;]+|[^0-9\n\t "'(),.`{}\[\]:;=]/ ,
relevance : 0 } , l = { className : "class" , beginKeywords : "class object trait type" ,
end : /[:={\[\n;]/ , excludeEnd : ! 0 ,
contains : [ e . C _LINE _COMMENT _MODE , e . C _BLOCK _COMMENT _MODE , {
beginKeywords : "extends with" , relevance : 10 } , { begin : /\[/ , end : /\]/ , excludeBegin : ! 0 ,
excludeEnd : ! 0 , relevance : 0 , contains : [ i ] } , { className : "params" , begin : /\(/ , end : /\)/ ,
excludeBegin : ! 0 , excludeEnd : ! 0 , relevance : 0 , contains : [ i ] } , t ] } , c = {
className : "function" , beginKeywords : "def" , end : n . lookahead ( /[:={\[(\n;]/ ) ,
contains : [ t ] } ; return { name : "Scala" , keywords : { literal : "true false null" ,
keyword : "type yield lazy override def with val var sealed abstract private trait object if then forSome for while do throw finally protected extends import final return else break new catch super class case package default try this match continue throws implicit export enum given"
} ,
contains : [ e . C _LINE _COMMENT _MODE , e . C _BLOCK _COMMENT _MODE , s , i , c , l , e . C _NUMBER _MODE , {
begin : [ /^\s*/ , "extension" , /\s+(?=[[(])/ ] , beginScope : { 2 : "keyword" } } , [ {
begin : [ /^\s*/ , /end/ , /\s+/ , /(extension\b)?/ ] , beginScope : { 2 : "keyword" , 4 : "keyword" }
} ] , { match : /\.inline\b/ } , { begin : /\binline(?=\s)/ , keywords : "inline" } , {
begin : [ /\(\s*/ , /using/ , /\s+(?!\))/ ] , beginScope : { 2 : "keyword" } } , { className : "meta" ,
begin : "@[A-Za-z]+" } ] } } } ) ( ) ; hljs . registerLanguage ( "scala" , e ) } ) ( ) ;