[gnome-builder] snippets: update license snippet languages.



commit 33a22a8e4dc1a32de7294f6f5469e25c886d1e5b
Author: Christian Hergert <christian hergert me>
Date:   Sun Jan 11 00:09:30 2015 -0800

    snippets: update license snippet languages.

 src/resources/snippets/licenses.snippets |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/resources/snippets/licenses.snippets b/src/resources/snippets/licenses.snippets
index c554f1d..f35ba90 100644
--- a/src/resources/snippets/licenses.snippets
+++ b/src/resources/snippets/licenses.snippets
@@ -1,5 +1,5 @@
 snippet gpl
-- scope c, cpp, chdr, vala
+- scope c, chdr, cpp, css, js, vala
        /* ${1:$filename}
         *
         * Copyright (C) $year ${2:$fullname} <${3:$email}>
@@ -57,7 +57,7 @@ snippet gpl
        //
        $0
 snippet lgpl
-- scope c, cpp, chdr, vala
+- scope c, chdr, cpp, css, js, vala
        /* ${1:$filename}
         *
         * Copyright (C) $year ${2:$fullname} <${3:$email}>
@@ -113,4 +113,4 @@ snippet lgpl
        // You should have received a copy of the GNU General Public License
        // along with this program.  If not, see <http://www.gnu.org/licenses/>.
        //
-       $0
\ No newline at end of file
+       $0


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