summaryrefslogtreecommitdiff
path: root/pygments/lexers/_vimbuiltins.py
Commit message (Collapse)AuthorAgeFilesLines
* move module names from _XXXbuiltins to _XXX_builtins to be consistentGeorg Brandl2014-10-041-1930/+0
|
* Regenerate _vimbuiltins.pyTim Hatch2014-10-031-6/+1923
|
* Make all keyword lists in special modules into tuples.Georg Brandl2014-09-191-3/+3
| | | | | Tuples of strings are stored as prebuild constants in the .pyc file instead of having to build a list element by element at runtime.
* Fix vim script lexier: highlight 'autocmd' correctlyHong Xu2013-07-181-1/+1
|
* Split up _vimbuiltins.py for better Jython compat.Tim Hatch2012-08-281-3/+13
|
* Closes #723: update vim commands.Georg Brandl2012-02-051-3/+3
|
* [svn] added tim hatch's lexer (forgot about the CHANGELOG entry...) and ↵blackbird2007-05-281-0/+3
updated docs to jinja 1