X-Git-Url: http://gitweb.michael.orlitzky.com/?p=nagios-mode.git;a=blobdiff_plain;f=nagios-mode.el;fp=nagios-mode.el;h=71cc5a008f9480cbdf11a33ce0970e4198008284;hp=7ee729f50a46c008311939ac84008f410eefaac4;hb=05efadf89278ffc7a715fcd77e38babcd4ccac64;hpb=5ca4310294df8393175b1a8f1f12aec14bb31b8a diff --git a/nagios-mode.el b/nagios-mode.el index 7ee729f..71cc5a0 100644 --- a/nagios-mode.el +++ b/nagios-mode.el @@ -234,7 +234,7 @@ (read-kbd-macro "}") 'nagios-insert-right-brace-and-indent) ) - + (defconst nagios-directives @@ -810,7 +810,7 @@ (make-local-variable 'syntax-begin-function) (set-syntax-table nagios-mode-syntax-table) - + (setq mode-name "nagios" major-mode 'nagios-mode indent-line-function 'nagios-indent-line @@ -818,7 +818,7 @@ comment-start "#" comment-start-skip "#\|; +" comment-end "" - + ;; Since comments and strings do not span multiple lines, ;; the syntax parser can safely start parsing at the beginning ;; of any line.