Lines Matching +refs:dcl +refs:indent +refs:to

1 " Vim support file to detect file types
37 " Pattern used to match file names which should not be inspected.
178 " if b:asmsyntax still isn't set, default to asmsyntax or GNU
234 " probably a Visual Basic file. Otherwise it's assumed to be "alt" filetype.
243 " Visual Basic Script (close to Visual Basic)
246 " IBasic file (similar to QBasic)
249 " FreeBasic file (similar to QBasic)
254 " *.cmd is close to a Batch file, but on OS/2 Rexx files also use *.cmd.
451 au BufNewFile,BufRead *.dcl,*.icl setf clean
600 au BufNewFile,BufRead *.com call s:BindzoneCheck('dcl')
861 au BufNewFile,BufRead .indent.pro setf indent
862 au BufNewFile,BufRead indent.pro call s:ProtoCheck('indent')
871 " comments, thus we can't match comments to see the difference.
881 au BufNewFile,BufRead indentrc setf indent
1404 " TODO: is there a way to avoid MS-Windows Object files?
1561 " Rebol is easy to recognize, check for that first
1662 " Rely on the file to start with a comment.
1704 au BufNewFile,BufRead *.decl,*.dcl,*.dec
1762 " Also called from scripts.vim, thus can't be local to this script.
2025 " 3. Default to "latex" or to g:tex_flavor, can be set in user's vimrc.
2037 " Save position, go to the top of the file, find first non-comment line.
2063 " Translation from formats to file types. TODO: add AMSTeX, RevTex, others?
2152 " SaxBasic is close to Visual Basic
2200 " X Pixmap (dynamically sets colors, use BufEnter to make it work better)
2348 " Most of these should call s:StarSetf() to avoid names ending in .gz and the
2490 " If the GUI is already running, may still need to install the Syntax menu.
2498 " script-local, thus need to be executed here.