diff options
author | Georg Brandl <georg@python.org> | 2019-12-06 06:36:14 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2019-12-06 06:36:14 +0100 |
commit | 463b40e517c7c81fc617863fb2ef3993261dc7fc (patch) | |
tree | ff0bec87ae8d284c19f3a48bda1067960661eaba /pygments/lexers/_mapping.py | |
parent | 1a14b2f770d63356f13cf0623a8b69e20c92258b (diff) | |
download | pygments-git-463b40e517c7c81fc617863fb2ef3993261dc7fc.tar.gz |
USD: post-merge nits
Diffstat (limited to 'pygments/lexers/_mapping.py')
-rw-r--r-- | pygments/lexers/_mapping.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/lexers/_mapping.py b/pygments/lexers/_mapping.py index f033359d..b8917341 100644 --- a/pygments/lexers/_mapping.py +++ b/pygments/lexers/_mapping.py @@ -448,7 +448,7 @@ LEXERS = { 'UcodeLexer': ('pygments.lexers.unicon', 'ucode', ('ucode',), ('*.u', '*.u1', '*.u2'), ()), 'UniconLexer': ('pygments.lexers.unicon', 'Unicon', ('unicon',), ('*.icn',), ('text/unicon',)), 'UrbiscriptLexer': ('pygments.lexers.urbi', 'UrbiScript', ('urbiscript',), ('*.u',), ('application/x-urbiscript',)), - 'UsdLexer': ('pygments.lexers.usd', 'USD', ('usd',), ('*.usd', '*.usda'), ()), + 'UsdLexer': ('pygments.lexers.usd', 'USD', ('usd', 'usda'), ('*.usd', '*.usda'), ()), 'VBScriptLexer': ('pygments.lexers.basic', 'VBScript', ('vbscript',), ('*.vbs', '*.VBS'), ()), 'VCLLexer': ('pygments.lexers.varnish', 'VCL', ('vcl',), ('*.vcl',), ('text/x-vclsrc',)), 'VCLSnippetLexer': ('pygments.lexers.varnish', 'VCLSnippets', ('vclsnippets', 'vclsnippet'), (), ('text/x-vclsnippet',)), |