X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=mudela-mode.el;h=d06d48bcda199c259020a23d1bb6456c8c553f3d;hb=aad5ddf9162f3ee43f74a8e108324f3959f2f9c0;hp=2bbc8bbddc35a8a9a2f768aba18d3d87a3d36c64;hpb=6ae532ffb4350961d3901a42b67d1db620f925a5;p=lilypond.git diff --git a/mudela-mode.el b/mudela-mode.el index 2bbc8bbddc..d06d48bcda 100644 --- a/mudela-mode.el +++ b/mudela-mode.el @@ -36,9 +36,10 @@ "clef" "cm" "consists" "contains" "duration" "absdynamic" "in" "translator" "type" "lyric" "key" "maininput" "notes" "musical_pitch" "time" "midi" "mm" "header" - "notenames" "octave" "output" "partial" "paper" "plet" + "notenames" "octave" "output" "partial" "paper" "plet" "name" "property" "pt" "shape" "relative" "include" "score" - "script" "skip" "table" "spandynamic" "symboltables" + "scm" "scmfile" + "script" "skip" "table" "times" "spandynamic" "symboltables" "tempo" "texid" "textstyle" "transpose" "version" "grouping" )) (kwregex (mapconcat (lambda (x) (concat "\\\\" x)) keywords "\\|"))) @@ -97,8 +98,8 @@ (mapcar (function (lambda (x) (modify-syntax-entry (car x) (cdr x) mu-mode-syntax-table))) - '(( ?\( . "()" ) ( ?\) . ")(" ) - ( ?\[ . "(]" ) ( ?\] . ")[" ) + '(( ?\( . "." ) ( ?\) . "." ) + ( ?\[ . "." ) ( ?\] . "." ) ( ?\{ . "(}" ) ( ?\} . "){" ) ( ?\< . "(>" )( ?\> . ")>") ( ?\$ . "." ) ( ?\% . "." ) ( ?\& . "." )