X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lilypond-indent.el;h=4626646d06a7139dd40c96cb843cdf71dc8ceae9;hb=13b3fef61cecbfaaf999e913df5d2a9953ae3805;hp=a8313ff6163032e2714867c3f70d2e159e1e4b1b;hpb=b4139c2fb2ec738a17ee1157edf23e8ea56ed560;p=lilypond.git diff --git a/lilypond-indent.el b/lilypond-indent.el index a8313ff616..4626646d06 100644 --- a/lilypond-indent.el +++ b/lilypond-indent.el @@ -1,8 +1,7 @@ ;;; lilypond-indent.el --- Auto-indentation for lilypond code ;;; ;;; Heikki Junes -;;; * introduce Lilypond-show-paren-function for Emacs and -;;; Lilypond-paren-highlight for XEmacs +;;; * ond-char paren matching is handled by context dependent syntax tables ;;; * match two-char slurs '\( ... \)' and '\[ ... \]' separately. ;;; * adopt Emacs' f90-comment-region @@ -14,10 +13,6 @@ ;;; TODO: ;;; * currently, in bracket matching one may need a non-bracket ;;; chararacter between the bracket characters, like ( ( ) ) -;;; * in syntax-highlighting slurs are not always highlighted the right way -;;; e.g. opening slurs are found found better in "#( ( ) ( ) )" than -;;; opening slurs -;;; * Mouse double-clicks should use LilyPond-scan-sexps for slur matching. (defcustom LilyPond-indent-level 4 "*Indentation of lilypond statements with respect to containing block.")