Changes between Version 11 and Version 12 of UsingVimWithDjango
- Timestamp:
- Jun 28, 2006, 2:27:45 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsingVimWithDjango
v11 v12 53 53 == Syntax for templates == 54 54 55 This is a simple addition to let Vim deal with Django template syntax: 55 Dave Hodder has contributed standard [http://www.vim.org/scripts/script.php?script_id=1487 Vim syntax files]. 56 57 If you are interested in rolling your own, this is a simple addition to let Vim deal with Django template syntax: 56 58 57 59 Create the file: … … 105 107 106 108 Such a structure can also be created by using the build in '\C' command which will recurse through the whole directory tree. 107 108 See also: http://www.vim.org/scripts/script.php?script_id=1487