]> git.donarmstrong.com Git - lilypond.git/blobdiff - lilypond-font-lock.el
release: 1.5.43
[lilypond.git] / lilypond-font-lock.el
index 4a09294c56a41af73aff863feb981ee13ed92500..a678a121fdbc9586efb06f3d82766cc15ae27151 100644 (file)
           (lambda (x) (modify-syntax-entry
                        (car x) (cdr x) LilyPond-mode-syntax-table)))
          '(( ?\( . "." ) ( ?\) . "." ) 
-           ( ?\[ . "." ) ( ?\] . "." )
+           ( ?\[ . "(]" ) ( ?\] . ")[" )
            ( ?\{  .  "(}2b" )
            ( ?\}  .  "){4b" )
            ( ?\< . "." )( ?\> . ".")