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

axapta.js.map « highlight « js - github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6672342f7862f2643e190ea5b1f70885c653a392 (plain)
1
{"version":3,"sources":["webpack:///./node_modules/highlight.js/lib/languages/axapta.js"],"names":["module","exports","hljs","keywords","contains","C_LINE_COMMENT_MODE","C_BLOCK_COMMENT_MODE","APOS_STRING_MODE","QUOTE_STRING_MODE","C_NUMBER_MODE","className","begin","end","beginKeywords","excludeEnd","illegal","UNDERSCORE_TITLE_MODE"],"mappings":"oFAAAA,EAAOC,QAAU,SAASC,GACxB,MAAO,CACLC,SAAU,maAMVC,SAAU,CACRF,EAAKG,oBACLH,EAAKI,qBACLJ,EAAKK,iBACLL,EAAKM,kBACLN,EAAKO,cACL,CACEC,UAAW,OACXC,MAAO,IAAKC,IAAK,KAEnB,CACEF,UAAW,QACXG,cAAe,kBAAmBD,IAAK,IAAKE,YAAY,EACxDC,QAAS,IACTX,SAAU,CACR,CAACS,cAAe,sBAChBX,EAAKc","file":"highlight/axapta.js?v=1fae1a097f350662a722","sourcesContent":["module.exports = function(hljs) {\n  return {\n    keywords: 'false int abstract private char boolean static null if for true ' +\n      'while long throw finally protected final return void enum else ' +\n      'break new catch byte super case short default double public try this switch ' +\n      'continue reverse firstfast firstonly forupdate nofetch sum avg minof maxof count ' +\n      'order group by asc desc index hint like dispaly edit client server ttsbegin ' +\n      'ttscommit str real date container anytype common div mod',\n    contains: [\n      hljs.C_LINE_COMMENT_MODE,\n      hljs.C_BLOCK_COMMENT_MODE,\n      hljs.APOS_STRING_MODE,\n      hljs.QUOTE_STRING_MODE,\n      hljs.C_NUMBER_MODE,\n      {\n        className: 'meta',\n        begin: '#', end: '$'\n      },\n      {\n        className: 'class',\n        beginKeywords: 'class interface', end: '{', excludeEnd: true,\n        illegal: ':',\n        contains: [\n          {beginKeywords: 'extends implements'},\n          hljs.UNDERSCORE_TITLE_MODE\n        ]\n      }\n    ]\n  };\n};"],"sourceRoot":""}