summaryrefslogtreecommitdiff
path: root/pygments/lexers/python.py
diff options
context:
space:
mode:
authorRyan Beasley <beasleyr@vmware.com>2019-11-22 14:38:38 -0800
committerRyan Beasley <beasleyr@vmware.com>2019-11-22 14:38:38 -0800
commitc6d848c869716b1c65a8b19cd1bdbd14a962c075 (patch)
tree85ba7ecd30e835dfc02e6ab66169e9db0c8b90b9 /pygments/lexers/python.py
parent892782f6b6fb397e3b4dee7931f03f653b8bb609 (diff)
downloadpygments-git-c6d848c869716b1c65a8b19cd1bdbd14a962c075.tar.gz
fixup! Treat Skylark/Starlark files as Python
Diffstat (limited to 'pygments/lexers/python.py')
-rw-r--r--pygments/lexers/python.py1
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',
]