Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2019-07-17 14:24:46 +0300
committerJulius Härtl <jus@bitgrid.net>2019-07-17 14:24:46 +0300
commit7b8c43a4024520ab39ffd1d9e7bff51796ac9acb (patch)
tree9d8223b21f1edd445229d969be4c63ecab790a65 /js/highlight/sml.js.map
parent01beb52e782472f2fe63ea1db1c6f7cc387c3655 (diff)
Add bundles
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'js/highlight/sml.js.map')
-rw-r--r--js/highlight/sml.js.map1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/highlight/sml.js.map b/js/highlight/sml.js.map
new file mode 100644
index 000000000..e1f8609c0
--- /dev/null
+++ b/js/highlight/sml.js.map
@@ -0,0 +1 @@
+{"version":3,"sources":["webpack:///./node_modules/highlight.js/lib/languages/sml.js"],"names":["module","exports","hljs","aliases","keywords","keyword","built_in","literal","illegal","lexemes","contains","className","begin","relevance","COMMENT","inherit","APOS_STRING_MODE","QUOTE_STRING_MODE"],"mappings":"6EAAAA,EAAAC,QAAA,SAAAC,GACA,OACAC,QAAA,OACAC,SAAA,CACAC,QAEA,iPAIAC,SAEA,uFACAC,QACA,+CAEAC,QAAA,UACAC,QAAA,eACAC,SAAA,CACA,CACAC,UAAA,UACAC,MAAA,mBACAC,UAAA,GAEAX,EAAAY,QACA,SACA,SACA,CACAJ,SAAA,WAGA,CACAC,UAAA,SACAC,MAAA,0BAGA,CACAD,UAAA,OACAC,MAAA,iBAEA,CACAD,UAAA,OACAC,MAAA,kBACAC,UAAA,GAEA,CACAD,MAAA,sBAEAV,EAAAa,QAAAb,EAAAc,iBAAA,CAA2CL,UAAA,SAAAE,UAAA,IAC3CX,EAAAa,QAAAb,EAAAe,kBAAA,CAA4CT,QAAA,OAC5C,CACAG,UAAA,SACAC,MACA,2HAIAC,UAAA,GAEA,CACAD,MAAA","file":"highlight/sml.js?v=051d36616aa3373659f6","sourcesContent":["module.exports = function(hljs) {\n return {\n aliases: ['ml'],\n keywords: {\n keyword:\n /* according to Definition of Standard ML 97 */\n 'abstype and andalso as case datatype do else end eqtype ' +\n 'exception fn fun functor handle if in include infix infixr ' +\n 'let local nonfix of op open orelse raise rec sharing sig ' +\n 'signature struct structure then type val with withtype where while',\n built_in:\n /* built-in types according to basis library */\n 'array bool char exn int list option order real ref string substring vector unit word',\n literal:\n 'true false NONE SOME LESS EQUAL GREATER nil'\n },\n illegal: /\\/\\/|>>/,\n lexemes: '[a-z_]\\\\w*!?',\n contains: [\n {\n className: 'literal',\n begin: /\\[(\\|\\|)?\\]|\\(\\)/,\n relevance: 0\n },\n hljs.COMMENT(\n '\\\\(\\\\*',\n '\\\\*\\\\)',\n {\n contains: ['self']\n }\n ),\n { /* type variable */\n className: 'symbol',\n begin: '\\'[A-Za-z_](?!\\')[\\\\w\\']*'\n /* the grammar is ambiguous on how 'a'b should be interpreted but not the compiler */\n },\n { /* polymorphic variant */\n className: 'type',\n begin: '`[A-Z][\\\\w\\']*'\n },\n { /* module or constructor */\n className: 'type',\n begin: '\\\\b[A-Z][\\\\w\\']*',\n relevance: 0\n },\n { /* don't color identifiers, but safely catch all identifiers with '*/\n begin: '[a-z_]\\\\w*\\'[\\\\w\\']*'\n },\n hljs.inherit(hljs.APOS_STRING_MODE, {className: 'string', relevance: 0}),\n hljs.inherit(hljs.QUOTE_STRING_MODE, {illegal: null}),\n {\n className: 'number',\n begin:\n '\\\\b(0[xX][a-fA-F0-9_]+[Lln]?|' +\n '0[oO][0-7_]+[Lln]?|' +\n '0[bB][01_]+[Lln]?|' +\n '[0-9][0-9_]*([Lln]|(\\\\.[0-9_]*)?([eE][-+]?[0-9_]+)?)?)',\n relevance: 0\n },\n {\n begin: /[-=]>/ // relevance booster\n }\n ]\n };\n};"],"sourceRoot":""} \ No newline at end of file