GitXplorerGitXplorer
t

gedit-django-template-language

public
5 stars
0 forks
2 issues

Commits

List of commits on branch master.
Unverified
8a21ed2b903d49899cd1561c4e55d6ab302afb83

remove unneeded string-var block

ttobias47n9e committed 9 years ago
Unverified
3bfd31df4cf0f791d32a5dd6c8f02d1fca1aa4df

add html.lang and update readme

ttobias47n9e committed 9 years ago
Unverified
0e7b9b67b2e23fe9fd26bbfcc5a0debbe23b5130

remove embedded style, and style-ref of dtl-block (for now)

ttobias47n9e committed 9 years ago
Unverified
93414f23bc20c5d12264f1fcb8253d79903c024d

let dtl-comments end at newline

ttobias47n9e committed 9 years ago
Unverified
09148e8949328e28a977ec490116e311a00609c7

remove unneeded bash-line-comment context

ttobias47n9e committed 9 years ago
Unverified
dfe9ffab8497305624bfca97aa2ca069604abe67

remove unneeded heredoc context

ttobias47n9e committed 9 years ago

README

The README file for this repository.

gedit-django-template-language

Automatically exported from code.google.com/p/gedit-django-template-language on 17. August 2015. Including some changes made by Micah Carrick (http://www.micahcarrick.com/gedit-as-a-django-ide-for-linux.html). The authorship history is probably not complete.

Liscence

GNU GPL v3

Supported programs

Should work for all programs that use gtksourceview (for example Gedit and Gnome-Builder).

Installation

Just copy the dtl.lang and html.lang file into this directory:

 ~/.local/share/gtksourceview-3.0/language-specs/

All files that end in *.dtl should be automatically highlighted. For other file extensions you might need to choose "Django Template" manually from the list of languages. The custom html.lang file is required to enable highlighting for header tags such as <title> and <h1>.

Integration into GtkSourceView

See: https://bugzilla.gnome.org/show_bug.cgi?id=617136