Searched +refs:dcl +refs:end +refs:of +refs:command (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/vim-53/runtime/syntax/
H A Dchill.vim10 " developing software of ATM switch at LGIC (LG Information
22 " A bunch of useful CHILL keywords
37 syn region chillString start=+"+ skip=+\\\\\|\\"+ end=+"+ contains=chillSpecial
50 syn region chillParen transparent start='(' end=')' contains=ALLBUT,@chillParenGroup
72 " But a "*/" inside a chillString in a chillComment DOES end the comment! So we
73 " need to use a special type of chillString: chillCommentString, which also ends on
74 " "*/", and sees a "*" at the start of the line as comment again.
75 " Unfortunately this doesn't very well work for // type of comments :-(
77 syntax region chillCommentString contained start=+"+ skip=+\\\\\|\\"+ end=+"+ end
[all...]
H A Dsdl.vim18 " A bunch of useful SDL keywords
26 syn keyword sdlStatement synonym dcl signal gate timer signallist signalset
90 syn region sdlString start=+"+ skip=+\\\\\|\\"+ end=+"+ contains=cSpecial
91 syn region sdlString start=+'+ skip=+''+ end=+'+
97 syn region sdlComment start="/\*" end="\*/"
98 syn region sdlComment start="comment" end=";"
99 syn region sdlComment start="--" end="--\|$"
137 command -nargs=+ HiLink hi link <args>
138 command -nargs=+ Hi hi <args>
140 command
[all...]
H A Ddcl.vim26 syn keyword dclInstr app[end] dif[ferences] got[o] on sea[rch]
39 syn keyword dclInstr con[vert] end[subroutine] loc[ale] qsh[ow] tff
60 syn region dclMdfySet matchgroup=dclMdfyBrkt start="=\[" matchgroup=dclMdfyBrkt end="]" contains=dclMdfySep
61 syn region dclMdfySetString start='="' skip='""' end='"' contained
67 " Varname (mainly to prevent dclNumbers from being recognized when part of a dclVarname)
78 syn region dclString start='"' skip='""' end='"' contains=@Spell
98 " @command procedures
112 "syn region dclFuncList matchgroup=Delimiter start="(" matchgroup=Delimiter end=")" contains=ALLBUT,@dclNextGroups
113 syn region dclFuncList matchgroup=Delimiter start="(" matchgroup=Delimiter end=")" contains=ALLBUT,dclCmdDirPath,dclCmdProc,dclCmdProc,dclDirPath,dclFilename,dclFilename,dclMdfySet,dclMdfySetString,delCmdProc,dclExe,dclTodo
122 command
[all...]
/macosx-10.9.5/vim-53/runtime/
H A Dfiletype.vim34 echomsg "Warning: some filetypes will not be recognized because this version of Vim does not have fnameescape()"
43 " Function used for patterns that end in a star: don't set the filetype if the
166 " This function checks for the kind of assembly that is wanted by the user, or
167 " can be detected from the first five lines of the file.
233 " Check if one of the first five lines contains "VB_Name". In that case it is
373 if match(getline(1, min([line("$"), 200])), '^@\(interface\|end\|class\)') > -1
418 " This function checks if one of the first ten lines start with a '@'. In
451 au BufNewFile,BufRead *.dcl,*.icl setf clean
491 au BufNewFile,BufRead ~/.cmus/{autosave,rc,command-history,*.theme} setf cmusrc
600 au BufNewFile,BufRead *.com call s:BindzoneCheck('dcl')
[all...]

Completed in 184 milliseconds