Changes between Version 11 and Version 12 of UsingVimWithDjango


Ignore:
Timestamp:
Jun 28, 2006, 2:27:45 AM (18 years ago)
Author:
WorldMaker
Comment:

Clean up and better highlight link to Dave Hodder's syntax files

Legend:

Unmodified
Added
Removed
Modified
  • UsingVimWithDjango

    v11 v12  
    5353== Syntax for templates ==
    5454
    55 This is a simple addition to let Vim deal with Django template syntax:
     55Dave Hodder has contributed standard [http://www.vim.org/scripts/script.php?script_id=1487 Vim syntax files].
     56
     57If you are interested in rolling your own, this is a simple addition to let Vim deal with Django template syntax:
    5658
    5759Create the file:
     
    105107
    106108Such 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
Back to Top