]> git.donarmstrong.com Git - lilypond.git/blobdiff - lilypond-mode.el
patch::: 1.3.94.lec1
[lilypond.git] / lilypond-mode.el
index 237f0a347db869defadb1e73ae5ccc8cbecfe07f..65e7b340b0bb3ff49fbd6034e3183bf761cac695 100644 (file)
@@ -79,8 +79,8 @@
   (mapcar (function
           (lambda (x) (modify-syntax-entry
                        (car x) (cdr x) lily-mode-syntax-table)))
-         '(( ?\( . "." ) ( ?\) . "." )
-           ( ?\[ . "." ) ( ?\] . "." )
+         '(( ?\( . "()" ) ( ?\) . ")(" )   ; need matching parens for inline lisp
+           ( ?\[ . "." ) ( ?\] . "." )
            ( ?\{ . "(}" ) ( ?\} . "){" )
            ( ?\< . "(>" )( ?\> . ")>") 
            ( ?\$ . "." ) ( ?\% . "." ) ( ?\& . "." )