diff options
| author | Ryan Beasley <beasleyr@vmware.com> | 2019-11-22 14:38:38 -0800 |
|---|---|---|
| committer | Ryan Beasley <beasleyr@vmware.com> | 2019-11-22 14:38:38 -0800 |
| commit | c6d848c869716b1c65a8b19cd1bdbd14a962c075 (patch) | |
| tree | 85ba7ecd30e835dfc02e6ab66169e9db0c8b90b9 /pygments/lexers/python.py | |
| parent | 892782f6b6fb397e3b4dee7931f03f653b8bb609 (diff) | |
| download | pygments-git-c6d848c869716b1c65a8b19cd1bdbd14a962c075.tar.gz | |
fixup! Treat Skylark/Starlark files as Python
Diffstat (limited to 'pygments/lexers/python.py')
| -rw-r--r-- | pygments/lexers/python.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pygments/lexers/python.py b/pygments/lexers/python.py index a0d33263..112cd12a 100644 --- a/pygments/lexers/python.py +++ b/pygments/lexers/python.py @@ -46,6 +46,7 @@ class PythonLexer(RegexLexer): 'BUCK', 'BUILD', 'BUILD.bazel', + 'WORKSPACE', # Twisted Application infrastructure '*.tac', ] |
