summaryrefslogtreecommitdiff
path: root/pygments/lexers/_vbscript_builtins.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2019-05-28 07:00:40 +0200
committerGeorg Brandl <georg@python.org>2019-05-28 07:00:40 +0200
commit597020d4ce90505dad8b850eadafd20f06bf1dc9 (patch)
tree94223979d3eb47e3076a6996889a42947fabcfd7 /pygments/lexers/_vbscript_builtins.py
parentabb7caf1f9cad956089bde817daa5a2eee8959a1 (diff)
downloadpygments-git-2.4.2.tar.gz
Fixup all headers and some more minor problems.2.4.2
Diffstat (limited to 'pygments/lexers/_vbscript_builtins.py')
-rw-r--r--pygments/lexers/_vbscript_builtins.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/pygments/lexers/_vbscript_builtins.py b/pygments/lexers/_vbscript_builtins.py
index 7d514790..e7520072 100644
--- a/pygments/lexers/_vbscript_builtins.py
+++ b/pygments/lexers/_vbscript_builtins.py
@@ -6,9 +6,10 @@
These are manually translated lists from
http://www.indusoft.com/pdf/VBScript%20Reference.pdf.
- :copyright: Copyright 2006-2015 by the Pygments team, see AUTHORS.
+ :copyright: Copyright 2006-2019 by the Pygments team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
+
KEYWORDS = [
'ByRef',
'ByVal',
@@ -276,4 +277,4 @@ BUILTIN_CONSTANTS = [
'vbYes',
'vbYesNo',
'vbYesNoCancel',
-] \ No newline at end of file
+]