]>
luflow.net public git repositories - flow-web.git/blob - static/highlight/languages/rib.js
1 /*! `rib` grammar compiled for Highlight.js 11.11.1 */
3 var hljsGrammar
= (function () {
7 Language: RenderMan RIB
8 Author: Konstantin Evdokimenko <qewerty@gmail.com>
9 Contributors: Shuen-Huei Guan <drake.guan@gmail.com>
10 Website: https://renderman.pixar.com/resources/RenderMan_20/ribBinding.html
16 name: 'RenderMan RIB',
18 'ArchiveRecord AreaLightSource Atmosphere Attribute AttributeBegin AttributeEnd Basis '
19 + 'Begin Blobby Bound Clipping ClippingPlane Color ColorSamples ConcatTransform Cone '
20 + 'CoordinateSystem CoordSysTransform CropWindow Curves Cylinder DepthOfField Detail '
21 + 'DetailRange Disk Displacement Display End ErrorHandler Exposure Exterior Format '
22 + 'FrameAspectRatio FrameBegin FrameEnd GeneralPolygon GeometricApproximation Geometry '
23 + 'Hider Hyperboloid Identity Illuminate Imager Interior LightSource '
24 + 'MakeCubeFaceEnvironment MakeLatLongEnvironment MakeShadow MakeTexture Matte '
25 + 'MotionBegin MotionEnd NuPatch ObjectBegin ObjectEnd ObjectInstance Opacity Option '
26 + 'Orientation Paraboloid Patch PatchMesh Perspective PixelFilter PixelSamples '
27 + 'PixelVariance Points PointsGeneralPolygons PointsPolygons Polygon Procedural Projection '
28 + 'Quantize ReadArchive RelativeDetail ReverseOrientation Rotate Scale ScreenWindow '
29 + 'ShadingInterpolation ShadingRate Shutter Sides Skew SolidBegin SolidEnd Sphere '
30 + 'SubdivisionMesh Surface TextureCoordinates Torus Transform TransformBegin TransformEnd '
31 + 'TransformPoints Translate TrimCurve WorldBegin WorldEnd',
34 hljs
.HASH_COMMENT_MODE
,
36 hljs
.APOS_STRING_MODE
,
37 hljs
.QUOTE_STRING_MODE
46 hljs
.registerLanguage('rib', hljsGrammar
);