[gedit] Fix the language id for javascript snippets



commit 533ce18b1e07ce7a23f4f394b3b9804421408967
Author: Paolo Borelli <paolo borelli nice-software com>
Date:   Fri Jul 6 22:10:29 2012 +0200

    Fix the language id for javascript snippets

 plugins/snippets/data/javascript.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/snippets/data/javascript.xml b/plugins/snippets/data/javascript.xml
index c1d498a..9fb96fb 100644
--- a/plugins/snippets/data/javascript.xml
+++ b/plugins/snippets/data/javascript.xml
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<snippets language="JavaScript">
+<snippets language="js">
   <snippet id="fun">
     <text><![CDATA[function ${1:function_name} (${2:first_argument})
 {



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