Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vim-scripts/django.vim
Syntax highlighting for Django templates
https://github.com/vim-scripts/django.vim
Last synced: 11 days ago
JSON representation
Syntax highlighting for Django templates
- Host: GitHub
- URL: https://github.com/vim-scripts/django.vim
- Owner: vim-scripts
- Created: 2010-10-18T23:02:34.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2010-10-18T23:02:38.000Z (about 14 years ago)
- Last Synced: 2024-08-01T22:58:37.434Z (3 months ago)
- Language: VimL
- Homepage: http://www.vim.org/scripts/script.php?script_id=1487
- Size: 106 KB
- Stars: 25
- Watchers: 5
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
This is a mirror of http://www.vim.org/scripts/script.php?script_id=1487
Type ":setfiletype htmldjango" from within Vim to select highlighting for Django HTML templates. If you desire Django template highlighting but not HTML highlighting, type ":setfiletype django" instead. Items highlighted include template tags, built-in filters, arguments and comments.
(N.B. For Vim 7.1 and later you shouldn't need the additional htmldjango.vim file.)