]>
luflow.net public git repositories - flow-web.git/blob - static/highlight/languages/flix.js
1 /*! `flix` grammar compiled for Highlight.js 11.11.1 */
3 var hljsGrammar
= (function () {
9 Author: Magnus Madsen <mmadsen@uwaterloo.ca>
10 Website: https://flix.dev/
13 /** @type LanguageFn */
17 begin: /'(.|\\[xXuU][a-zA-Z0-9]+)'/
33 begin: /[^0-9\n\t "'(),.`{}\[\]:;][^\n\t "'(),.`{}\[\]:;]+|[^0-9\n\t "'(),.`{}\[\]:;=]/
37 className: 'function',
74 hljs.C_LINE_COMMENT_MODE,
75 hljs.C_BLOCK_COMMENT_MODE,
88 hljs.registerLanguage('flix', hljsGrammar);