eric6/ThirdParty/Pygments/pygments/lexers/_usd_builtins.py

changeset 7701
25f42e208e08
parent 7547
21b0534faebc
child 7983
54c5cfbb1e29
equal deleted inserted replaced
7700:a3cf077a8db3 7701:25f42e208e08
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 ]

eric ide

mercurial