]> git.donarmstrong.com Git - lilypond.git/blobdiff - mudela-mode.el
release: 1.1.8
[lilypond.git] / mudela-mode.el
index ed33b674933a6b969bd83dd1230f155e183eafc8..3d949865fa6896660b4ce412b3aba2243036780a 100644 (file)
@@ -39,7 +39,7 @@
                     "notenames" "octave" "output" "partial" "paper" "plet"
                     "property" "pt" "shape" "relative" "include" "score"
                     "scm" "scmfile"
-                    "script" "skip"  "table" "spandynamic" "symboltables"
+                    "script" "skip"  "table" "times" "spandynamic" "symboltables"
                     "tempo" "texid" "textstyle" "transpose" "version" "grouping"
                     ))
        (kwregex (mapconcat (lambda (x) (concat "\\\\" x))  keywords "\\|")))
@@ -98,8 +98,8 @@
   (mapcar (function
           (lambda (x) (modify-syntax-entry
                        (car x) (cdr x) mu-mode-syntax-table)))
-         '(( ?\( . "()" ) ( ?\) . ")(" )
-           ( ?\[ . "(]" ) ( ?\] . ")[" )
+         '(( ?\( . "." ) ( ?\) . "." )
+           ( ?\[ . "." ) ( ?\] . "." )
            ( ?\{ . "(}" ) ( ?\} . "){" )
            ( ?\< . "(>" )( ?\> . ")>") 
            ( ?\$ . "." ) ( ?\% . "." ) ( ?\& . "." )