[gnome-builder] gca: add scss to gnome-code-assistance provided languages



commit 412afb0f55f62f151519a5995a6d808d0afde7d1
Author: Christian Hergert <chergert redhat com>
Date:   Tue Aug 23 13:39:21 2016 -0700

    gca: add scss to gnome-code-assistance provided languages
    
    We remap this to CSS, but if a .scss language is used, we want to ensure
    we load our provider.

 .../gnome-code-assistance.plugin                   |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/gnome-code-assistance/gnome-code-assistance.plugin 
b/plugins/gnome-code-assistance/gnome-code-assistance.plugin
index fe265e8..5560fad 100644
--- a/plugins/gnome-code-assistance/gnome-code-assistance.plugin
+++ b/plugins/gnome-code-assistance/gnome-code-assistance.plugin
@@ -5,4 +5,4 @@ Description=Provides integration with gnome-code-assistance
 Authors=Christian Hergert <christian hergert me>
 Copyright=Copyright © 2015 Christian Hergert
 Builtin=true
-X-Diagnostic-Provider-Languages=css,html,js,json,python,python3,ruby,sh,xml
+X-Diagnostic-Provider-Languages=css,html,js,json,python,python3,ruby,scss,sh,xml


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