Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 895 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 895 Bytes

Django Syntax

Syntax highlighting of Django templates for Sublime Text using the .sublime-syntax format.

Django Syntax

Installing

You can install from Package Control, or manually using the Development instructions below.

Development

To install for development clone this repo (or symlink it) to ~/.config/sublime-text-3/Packages/Django Syntax on linux. For other operating systems use Preferences -> Browse Packages to find the location of the Packages folder.

Once symlinked, when editing the syntax definition any loaded files using that definition should update automatically.

Edit only Django HTML.sublime-syntax and then run build.py to generate the CSS and XML variants before committing changes.