qemacs-commit
[Top][All Lists]
Advanced

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

[Qemacs-commit] qemacs script.c


From: Charlie Gordon
Subject: [Qemacs-commit] qemacs script.c
Date: Fri, 30 Jun 2017 12:23:03 -0400 (EDT)

CVSROOT:        /sources/qemacs
Module name:    qemacs
Changes by:     Charlie Gordon <chqrlie>        17/06/30 12:23:03

Modified files:
        .              : script.c 

Log message:
        shell-script-mode: add alternate name for markdown highlighting

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemacs/script.c?cvsroot=qemacs&r1=1.23&r2=1.24

Patches:
Index: script.c
===================================================================
RCS file: /sources/qemacs/qemacs/script.c,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -b -r1.23 -r1.24
--- script.c    3 May 2017 08:10:56 -0000       1.23
+++ script.c    30 Jun 2017 16:23:03 -0000      1.24
@@ -290,7 +290,8 @@
 
 /* XXX: should have shell specific variations */
 static ModeDef sh_mode = {
-    .name = "sh",
+    .name = "Shell",
+    .alt_name = "sh",
     .extensions = "sh",
     .shell_handlers = "sh",
     .mode_probe = shell_script_mode_probe,



reply via email to

[Prev in Thread] Current Thread [Next in Thread]