1 #!/usr/bin/env python |
|
2 # -*- coding: utf-8 -*- |
1 # -*- coding: utf-8 -*- |
|
2 """ |
|
3 pygments.lexers._usd_builtins |
|
4 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
3 |
5 |
4 """A collection of known USD-related keywords, attributes, and types.""" |
6 A collection of known USD-related keywords, attributes, and types. |
|
7 |
|
8 :copyright: Copyright 2006-2020 by the Pygments team, see AUTHORS. |
|
9 :license: BSD, see LICENSE for details. |
|
10 """ |
5 |
11 |
6 COMMON_ATTRIBUTES = [ |
12 COMMON_ATTRIBUTES = [ |
7 "extent", |
13 "extent", |
8 "xformOpOrder", |
14 "xformOpOrder", |
9 ] |
15 ] |