]> gitweb.michael.orlitzky.com - nagios-mode.git/commitdiff
Added a value for comment-start-skip.
authorMichael Orlitzky <michael@orlitzky.com>
Fri, 9 Apr 2010 15:20:02 +0000 (11:20 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Fri, 9 Apr 2010 15:20:02 +0000 (11:20 -0400)
nagios-mode.el

index 291b0eb0c006f7e89f9134122043d691c2779f9f..a284c621ae9963448ef533c3110cab14f52d4d2f 100644 (file)
   (kill-all-local-variables)
   (make-local-variable 'font-lock-defaults)
   (make-local-variable 'comment-start)
+  (make-local-variable 'comment-start-skip)
   (make-local-variable 'comment-end)
   (make-local-variable 'indent-line-function)
 
        indent-line-function 'nagios-indent-line
        font-lock-defaults   '(nagios-font-lock-keywords)
        comment-start        "#"
+       comment-start-skip   "#\|; +"
        comment-end          ""
        )