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

rsl.js.map « highlight « js - github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: eb877fb908e92778ceb5bd8e236f39b06fde9df1 (plain)
1
{"version":3,"sources":["webpack:///./node_modules/highlight.js/lib/languages/rsl.js"],"names":["module","exports","hljs","keywords","keyword","built_in","illegal","contains","C_LINE_COMMENT_MODE","C_BLOCK_COMMENT_MODE","QUOTE_STRING_MODE","APOS_STRING_MODE","C_NUMBER_MODE","className","begin","end","beginKeywords"],"mappings":"qFAAAA,EAAOC,QAAU,SAASC,GACxB,MAAO,CACLC,SAAU,CACRC,QACE,2FACFC,SACE,2iBAQJC,QAAS,KACTC,SAAU,CACRL,EAAKM,oBACLN,EAAKO,qBACLP,EAAKQ,kBACLR,EAAKS,iBACLT,EAAKU,cACL,CACEC,UAAW,OACXC,MAAO,IAAKC,IAAK,KAEnB,CACEF,UAAW,QACXG,cAAe,2CAA4CD,IAAK,OAElE,CACEC,cAAe,gCAAiCD,IAAK","file":"highlight/rsl.js?v=492ff05ee6d8e91998db","sourcesContent":["module.exports = function(hljs) {\n  return {\n    keywords: {\n      keyword:\n        'float color point normal vector matrix while for if do return else break extern continue',\n      built_in:\n        'abs acos ambient area asin atan atmosphere attribute calculatenormal ceil cellnoise ' +\n        'clamp comp concat cos degrees depth Deriv diffuse distance Du Dv environment exp ' +\n        'faceforward filterstep floor format fresnel incident length lightsource log match ' +\n        'max min mod noise normalize ntransform opposite option phong pnoise pow printf ' +\n        'ptlined radians random reflect refract renderinfo round setcomp setxcomp setycomp ' +\n        'setzcomp shadow sign sin smoothstep specular specularbrdf spline sqrt step tan ' +\n        'texture textureinfo trace transform vtransform xcomp ycomp zcomp'\n    },\n    illegal: '</',\n    contains: [\n      hljs.C_LINE_COMMENT_MODE,\n      hljs.C_BLOCK_COMMENT_MODE,\n      hljs.QUOTE_STRING_MODE,\n      hljs.APOS_STRING_MODE,\n      hljs.C_NUMBER_MODE,\n      {\n        className: 'meta',\n        begin: '#', end: '$'\n      },\n      {\n        className: 'class',\n        beginKeywords: 'surface displacement light volume imager', end: '\\\\('\n      },\n      {\n        beginKeywords: 'illuminate illuminance gather', end: '\\\\('\n      }\n    ]\n  };\n};"],"sourceRoot":""}