blob: 82f44c3677c75ccea42d677bef8b77135471b0b4 [file] [log] [blame]
{"version":3,"sources":["webpack:///./node_modules/react-syntax-highlighter/node_modules/highlight.js/lib/languages/golo.js"],"names":["module","exports","hljs","name","keywords","keyword","literal","contains","HASH_COMMENT_MODE","QUOTE_STRING_MODE","C_NUMBER_MODE","className","begin"],"mappings":"8EAoBAA,EAAOC,QAdP,SAAcC,GACZ,MAAO,CACLC,KAAM,OACNC,SAAU,CACRC,QAAS,0TACTC,QAAS,mBAEXC,SAAU,CAACL,EAAKM,kBAAmBN,EAAKO,kBAAmBP,EAAKQ,cAAe,CAC7EC,UAAW,OACXC,MAAO","file":"react-syntax-highlighter_languages_highlight_golo-eafa9b48386f1023be1e.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*/\nfunction golo(hljs) {\n return {\n name: 'Golo',\n keywords: {\n keyword: 'println readln print import module function local return let var ' + 'while for foreach times in case when match with break continue ' + 'augment augmentation each find filter reduce ' + 'if then else otherwise try catch finally raise throw orIfNull ' + 'DynamicObject|10 DynamicVariable struct Observable map set vector list array',\n literal: 'true false null'\n },\n contains: [hljs.HASH_COMMENT_MODE, hljs.QUOTE_STRING_MODE, hljs.C_NUMBER_MODE, {\n className: 'meta',\n begin: '@[A-Za-z]+'\n }]\n };\n}\n\nmodule.exports = golo;"],"sourceRoot":""}