]>
luflow.net public git repositories - flow-web.git/blob - static/highlight/es/languages/flix.js
1 /*! `flix` grammar compiled for Highlight.js 11.11.1 */
2 var hljsGrammar
= (function () {
8 Author: Magnus Madsen <mmadsen@uwaterloo.ca>
9 Website: https://flix.dev/
12 /** @type LanguageFn */
16 begin: /'(.|\\[xXuU][a-zA-Z0-9]+)'/
32 begin: /[^0-9\n\t "'(),.`{}\[\]:;][^\n\t "'(),.`{}\[\]:;]+|[^0-9\n\t "'(),.`{}\[\]:;=]/
36 className: 'function',
73 hljs.C_LINE_COMMENT_MODE,
74 hljs.C_BLOCK_COMMENT_MODE,
87 export default hljsGrammar;