summary refs log tree commit diff
path: root/bundle/vim-pathogen
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2012-01-22 12:51:26 -0500
committerJune McEnroe <programble@gmail.com>2012-01-22 12:51:26 -0500
commitcb70bc3ebf4159ff6867a9c937c9d570590334aa (patch)
treeb5376748948e5ad5b0c3a0d70873ad7ad65bc6d5 /bundle/vim-pathogen
parentAdd VCS repo directories to wildignore (diff)
downloadsrc-cb70bc3ebf4159ff6867a9c937c9d570590334aa.tar.gz
src-cb70bc3ebf4159ff6867a9c937c9d570590334aa.zip
Update some plugins
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
/span>Clean up C lexerJune McEnroe This ordering of rules feels much cleaner. 2020-12-29Clean up hilex code somewhatJune McEnroe 2020-12-29Match lex/yacc %% %{ %} lines as MacroJune McEnroe 2020-12-29Match top-level C definitions as IdentifierTagJune McEnroe 2020-12-29Match C type declarations as IdentifierTagJune McEnroe 2020-12-29Match function-like macro definitions as IdentifierTagJune McEnroe 2020-12-29Reconfigure C macro start conditionsJune McEnroe 2020-12-29Document HTML class namesJune McEnroe 2020-12-29Rename Tag class to IdentifierTagJune McEnroe 2020-12-29Change HTML class from hi to hilexJune McEnroe You can tell I was just copying the HTML code huh. 2020-12-29Add hilex HTML outputJune McEnroe