module documentation

pygments.lexers.usd ~~~~~~~~~~~~~~~~~~~ The module that parses Pixar's Universal Scene Description file format. :copyright: Copyright 2006-2022 by the Pygments team, see AUTHORS. :license: BSD, see LICENSE for details.

Class UsdLexer A lexer that parses Pixar's Universal Scene Description file format.
Function _keywords Undocumented
Constant _BASE_ATTRIBUTE Undocumented
Constant _TYPE Undocumented
Constant _WHITESPACE Undocumented
def _keywords(words, type_): (source)

Undocumented

_BASE_ATTRIBUTE: str = (source)

Undocumented

Value
'(\\w+(?:\\:\\w+)*)(?:(\\.)(timeSamples))?'

Undocumented

Value
'(\\w+(?:\\[\\])?)'
_WHITESPACE: str = (source)

Undocumented

Value
'([ \\t]+)'