12345678910 |
- /*! `flix` grammar compiled for Highlight.js 11.7.0 */
- var hljsGrammar=(()=>{"use strict";return e=>({name:"Flix",keywords:{
- keyword:["case","class","def","else","enum","if","impl","import","in","lat","rel","index","let","match","namespace","switch","type","yield","with"],
- literal:["true","false"]},
- contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,{className:"string",
- begin:/'(.|\\[xXuU][a-zA-Z0-9]+)'/},{className:"string",variants:[{begin:'"',
- end:'"'}]},{className:"function",beginKeywords:"def",end:/[:={\[(\n;]/,
- excludeEnd:!0,contains:[{className:"title",relevance:0,
- begin:/[^0-9\n\t "'(),.`{}\[\]:;][^\n\t "'(),.`{}\[\]:;]+|[^0-9\n\t "'(),.`{}\[\]:;=]/
- }]},e.C_NUMBER_MODE]})})();export default hljsGrammar;
|