Ignore tag names starting a Python keyword
commitf1cb61f6cbe7e52c33eed60fa36b40826a792258
authorEnrico Tröger <enrico.troeger@uvena.de>
Wed, 29 Aug 2012 20:22:57 +0000 (29 22:22 +0200)
committerEnrico Tröger <enrico.troeger@uvena.de>
Wed, 29 Aug 2012 20:22:57 +0000 (29 22:22 +0200)
tree52f25f112fdeabcaaa3afc6d6f30e5f1de42dfd7
parentfd8b20c80b5aa3a0e75b5662cf2fcba769d7d937
Ignore tag names starting a Python keyword

This removes tags like 'pass_', 'pass_stmt' or 'return_stmt' which are quite annoying
when typing the actual keywords and pressing Enter afterwards.
Also add some more modules and packages to the ignore list to avoid weird side effects
when importing them (even though antigravity is funny).
scripts/create_py_tags.py