Searched +refs:sh +refs:other +refs:keywords (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/vim-55/runtime/indent/
H A DGenericIndent.vim47 " Second, set the data set 'indentkeys' to the keywords/expressions that need
56 " Third, set the data set 'b:indentStmts' to the keywords/expressions that, when
62 " Fourth, set the data set 'b:dedentStmts' to the keywords/expressions that, when
98 " Also, for some good examples see 'indent/sh.vim' and 'indent/vim.vim' as
99 " well as files for other languages you may be familiar with.
/macosx-10.10.1/emacs-93/emacs/lisp/progmodes/
H A Dsql.el43 ;; history; the other mode had to provide "send region/buffer to SQL
123 ;; :font-lock sql-mode-xyz-font-lock-keywords
147 ;; ["XyzDB" sql-highlight-xyz-keywords
152 ;; using ANSI keywords. See sql-mode-oracle-font-lock-keywords for
155 ;; (defvar sql-mode-xyz-font-lock-keywords nil
156 ;; "XyzDB SQL keywords used by font-lock.")
160 ;; (defun sql-highlight-xyz-keywords ()
161 ;; "Highlight XyzDB keywords."
200 ;; Add better hilight support for other brand
[all...]
/macosx-10.10.1/vim-55/runtime/
H A Dfiletype.vim1713 " Shell scripts (sh, ksh, bash, bash2, csh); Allow .profile_foo etc.
1717 au BufNewFile,BufRead /etc/profile,.profile*,*.sh,*.env call SetFileTypeSH(getline(1))
1725 " Some .sh scripts contain #!/bin/csh.
1729 " Some .sh scripts contain #!/bin/tcsh.
1748 elseif a:name =~ '\<sh\>'
1757 call SetFileTypeShell("sh")
2024 " 2. Check the first 1000 non-comment lines for LaTeX or ConTeXt keywords.
2114 au BufNewFile,BufRead /etc/udev/cdsymlinks.conf setf sh
2419 " Mail (also matches muttrc.vim, so this is below the other checks)

Completed in 341 milliseconds