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

golo.js.map « highlight « js - github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 620adbabee86ccacf7e11a9bc5495d5a16bdb39e (plain)
1
{"version":3,"file":"highlight/golo.js?v=a89c8fdf271c5666244c","mappings":"4GAgCAA,EAAOC,QAzBP,SAAcC,GACZ,MAAO,CACLC,KAAM,OACNC,SAAU,CACRC,QACI,0TAKJC,QACI,mBAENC,SAAU,CACRL,EAAKM,kBACLN,EAAKO,kBACLP,EAAKQ,cACL,CACEC,UAAW,OACXC,MAAO","sources":["webpack:///text/node_modules/highlight.js/lib/languages/golo.js"],"sourcesContent":["/*\nLanguage: Golo\nAuthor: Philippe Charriere <ph.charriere@gmail.com>\nDescription: a lightweight dynamic language for the JVM\nWebsite: http://golo-lang.org/\n*/\n\nfunction golo(hljs) {\n  return {\n    name: 'Golo',\n    keywords: {\n      keyword:\n          'println readln print import module function local return let var ' +\n          'while for foreach times in case when match with break continue ' +\n          'augment augmentation each find filter reduce ' +\n          'if then else otherwise try catch finally raise throw orIfNull ' +\n          'DynamicObject|10 DynamicVariable struct Observable map set vector list array',\n      literal:\n          'true false null'\n    },\n    contains: [\n      hljs.HASH_COMMENT_MODE,\n      hljs.QUOTE_STRING_MODE,\n      hljs.C_NUMBER_MODE,\n      {\n        className: 'meta',\n        begin: '@[A-Za-z]+'\n      }\n    ]\n  };\n}\n\nmodule.exports = golo;\n"],"names":["module","exports","hljs","name","keywords","keyword","literal","contains","HASH_COMMENT_MODE","QUOTE_STRING_MODE","C_NUMBER_MODE","className","begin"],"sourceRoot":""}