[gnome-builder] html completion: add 'dtl' for django template



commit bb1e5539d1b653cc2b083d147dcafab8070e067f
Author: Sebastien Lafargue <slafargue gnome org>
Date:   Sun Jan 15 16:14:12 2017 +0100

    html completion: add 'dtl' for django template
    
    According to https://git.gnome.org/browse/gtksourceview/commit/?id=c393e77
    gtksourceview support .dtl files so that we can
    activate the completion for them in Builder.

 plugins/html-completion/html-completion.plugin |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/html-completion/html-completion.plugin b/plugins/html-completion/html-completion.plugin
index 69dcf91..417bca9 100644
--- a/plugins/html-completion/html-completion.plugin
+++ b/plugins/html-completion/html-completion.plugin
@@ -5,4 +5,4 @@ Description=Provides auto-completion when authoring HTML documents
 Authors=Christian Hergert <christian hergert me>
 Copyright=Copyright © 2015 Christian Hergert
 Builtin=true
-X-Completion-Provider-Languages=asp,html,php
+X-Completion-Provider-Languages=asp,dtl,html,php


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]