summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/cweb/src/style/cweb-doc.el
blob: eb801786499624715505ba5448ff07ac673d3616 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
;; $Id: cweb-doc.el,v 1.1 1995/08/29 15:15:30 schrod Exp $
;;----------------------------------------------------------------------

;;;
;;; AUC-TeX configuration for cweb-doc.sty
;;;

(TeX-add-style-hook "cweb-doc"
  (function
    (lambda ()
      (TeX-add-symbols "cweb" "ctangle" "cweave"
		       '("arg" 1)
		       '("<" TeX-arg-free ">")
		       '("cls" 1)
		       '("pkg" 1)
		       )
      (LaTeX-add-environments "fixme" "cseqtab"
			      '("options" LaTeX-env-item)
			      )
      (setq LaTeX-item-list (cons '("options" . LaTeX-item-argument)
				  LaTeX-item-list))
      )))