X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=mudela-mode.el;h=25b95171883962405adba2ee74c068b866fa7da3;hb=d6048913c2c793a6298a3e16a1a25c76711463b1;hp=6565db77fdb5334e8b363e6b31c34718ec1926fe;hpb=b43244dd4eeca1a96e0cdb258231ef0b6cca1a8f;p=lilypond.git diff --git a/mudela-mode.el b/mudela-mode.el index 6565db77fd..25b9517188 100644 --- a/mudela-mode.el +++ b/mudela-mode.el @@ -33,15 +33,15 @@ (defconst mudela-font-lock-keywords (let* ((keywords '("alternative" "repeat" "accepts" "accidentals" "break" "bar" "cadenza" - "clef" "cm" "consists" "contains" "duration" - "absdynamic" "scmfile" "lyrics" - "in" "translator" "type" "key" "maininput" "notes" + "clef" "cm" "consists" "consistsend" "contains" "duration" + "spanrequest" "scmfile" "lyrics" + "in" "translator" "context" "key" "maininput" "notes" "musical_pitch" "time" "midi" "mm" "header" "notenames" "octave" "output" "partial" "paper" "plet" "name" "property" "pt" "shape" "relative" "include" "score" "scm" "scmfile" - "script" "skip" "table" "times" "spandynamic" "symboltables" - "tempo" "texid" "textstyle" "transpose" "version" "grouping" + "script" "skip" "table" "times" "textscript" "symboltables" "type" + "tempo" "transpose" "version" "grouping" )) (kwregex (mapconcat (lambda (x) (concat "\\\\" x)) keywords "\\|")))