Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-25 | ftplugin/html.vim: Add `-` to `iskeyword` list | Teddy Wing | |
Include hyphens in the `iskeyword` list so that CSS class names can be autocompleted. This should make things faster and hopefully save me from typing some long repetitive class names. | |||
2014-07-02 | Add ftplugin/{html.vim,htmldjango.vim} | Teddy Wing | |
Gives me matchit plugin settings for HTML and Django templates without including the entire ftplugin for either. Copied the settings from vim's default ftplugins. Allows me to use matchit to jump between HTML tags and <:>. |