summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorgbrandl <devnull@localhost>2007-05-29 09:04:13 +0200
committergbrandl <devnull@localhost>2007-05-29 09:04:13 +0200
commitdce3175cb8f10a993df1dc547efc28ea015c086c (patch)
treedb0ac01a74766f7f43c0effc2416dc5800f5f4cc /scripts
parent083e0708833fdeb19b6903e6c41bee117214eefd (diff)
downloadpygments-dce3175cb8f10a993df1dc547efc28ea015c086c.tar.gz
[svn] make check.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/get_vimkw.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/get_vimkw.py b/scripts/get_vimkw.py
index a8e38c26..1ecf7148 100644
--- a/scripts/get_vimkw.py
+++ b/scripts/get_vimkw.py
@@ -1,7 +1,8 @@
import re
from pprint import pprint
-r_line = re.compile(r"^(syn keyword vimCommand contained|syn keyword vimOption contained|syn keyword vimAutoEvent contained)\s+(.*)")
+r_line = re.compile(r"^(syn keyword vimCommand contained|syn keyword vimOption "
+ r"contained|syn keyword vimAutoEvent contained)\s+(.*)")
r_item = re.compile(r"(\w+)(?:\[(\w+)\])?")
def getkw(input, output):