Searched +refs:dcl +refs:set +refs:option (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/emacs-93/emacs/lisp/progmodes/
H A Ddcl-mode.el0 ;;; dcl-mode.el --- major mode for editing DCL command files
14 ;; the Free Software Foundation; either version 2, or (at your option)
50 ;; dcl-calc-command-indent-function or dcl-calc-cont-indent-function,
56 ;; * Change meaning of `left margin' when dcl-tab-always-indent is nil.
82 (defvar dcl-font-lock-keywords
92 (defvar dcl-font-lock-defaults
93 '(dcl-font-lock-keywords nil)
99 (defgroup dcl nil function
104 (defcustom dcl
[all...]
/macosx-10.10.1/vim-55/runtime/
H A Dfiletype.vim14 set cpo&vim
43 " Function used for patterns that end in a star: don't set the filetype if the
178 " if b:asmsyntax still isn't set, default to asmsyntax or GNU
451 au BufNewFile,BufRead *.dcl,*.icl setf clean
569 if match(lines, '^#!\S\+dtrace\|#pragma\s\+D\s\+option\|:\S\{-}:\S\{-}:') > -1
600 au BufNewFile,BufRead *.com call s:BindzoneCheck('dcl')
1214 " that case it is probably an nroff file: 'filetype' is set and 1 is returned.
1704 au BufNewFile,BufRead *.decl,*.dcl,*.dec
2025 " 3. Default to "latex" or to g:tex_flavor, can be set in user's vimrc.
2050 endif " If neither matched, keep default set abov
[all...]

Completed in 191 milliseconds