Home
last modified time | relevance | path

Searched refs:delimiter (Results 1 – 25 of 69) sorted by relevance

123

/vim-8.2.3635/runtime/syntax/
H A Druby.vim257 for s:delimiter in keys(s:names)
258 let s:group = 'ruby' . s:names[s:delimiter] . 'Escape'
260 if s:delimiter =~ '[\"]'
261 let s:delimiter = '\' . s:delimiter
264 exe 'syn match ' . s:group . ' "\V\\' . s:delimiter . '" contained display'
266 …ercentStringDelimiter start="\V%q' . s:delimiter . '" end="\V' . s:delimiter . '" skip="\V\\\\\|\\…
267 …ercentStringDelimiter start="\V%w' . s:delimiter . '" end="\V' . s:delimiter . '" skip="\V\\\\\|\\…
268 …ercentSymbolDelimiter start="\V%s' . s:delimiter . '" end="\V' . s:delimiter . '" skip="\V\\\\\|\\…
269 …ercentSymbolDelimiter start="\V%i' . s:delimiter . '" end="\V' . s:delimiter . '" skip="\V\\\\\|\\…
273 unlet s:delimiter s:group s:names
H A Djproperties.vim68 " treat the delimiter specially to get colours right
71 " catch the bizarre case of no identifier; a special case of delimiter
83 " treat the delimiter specially to get colours right; this time the
84 " delimiter must contain = or :
H A Dgift.vim71 … ":" contained "Associated delimiter
74 … "\.\." contained "Associated delimiter
97 … contained "Associated delimiter
112 … contained "Associated delimiter
H A Dasciidoc.vim15 " - If a closing Example Block delimiter may be mistaken for a title
17 " delimiter.
96 " Allowing leading \w characters in the filter delimiter is to accomodate
H A Dart.vim27 syn match delimiter "[()|&~]"
H A Dsed.vim47 " @ is used as delimiter and treated on its own below
H A Dnatural.vim48 syn keyword naturalKeyword examine full replace giving separate delimiter modified
H A Drst.vim93 " Only escape the first char of a multichar delimiter (e.g. \* inside **)
H A Dhaskell.vim15 " hs_highlight_delimiters - Highlight delimiter characters--users
H A Dmonk.vim144 " ... and a single dot is not a number but a delimiter
H A Dinitex.vim136 …\ '\\\%(abovewithdelims\|delimiter\|display\%(limits\|style\)\|l\=eqno\|left\|\%(no\)\=limits\|mat…
H A Dpike.vim31 " Supports array, multiset, mapping multi-character delimiter matching
H A Daml.vim49 …ta update date format datafile create datafile management decode define delimiter dfmt directory m…
H A Dsas.vim128 …ents copy create datarow dbencoding define delete deletefunc deletesubr delimiter device dialog du…
H A Dprogress.vim64 syn keyword ProgressReserved default-noxl[ate] default-window def[ine] delete delimiter desc[ending…
/vim-8.2.3635/src/proto/
H A Dex_cmds.pro30 char_u *skip_substitute(char_u *start, int delimiter);
/vim-8.2.3635/src/
H A Dex_cmds.c3638 skip_substitute(char_u *start, int delimiter) in skip_substitute() argument
3644 if (p[0] == delimiter) // end delimiter found in skip_substitute()
3689 int delimiter; in ex_substitute() local
3753 delimiter = *cmd++; // remember delimiter character in ex_substitute()
3758 delimiter = *cmd++; // remember delimiter character in ex_substitute()
3760 cmd = skip_regexp_ex(cmd, delimiter, magic_isset(), in ex_substitute()
3762 if (cmd[0] == delimiter) // end delimiter found in ex_substitute()
3771 cmd = skip_substitute(cmd, delimiter); in ex_substitute()
H A Dvim9compile.c9302 int delimiter = *cmd++; in compile_substitute() local
9305 cmd = skip_regexp_ex(cmd, delimiter, magic_isset(), NULL, NULL, NULL); in compile_substitute()
9306 if (cmd[0] == delimiter && cmd[1] == '\\' && cmd[2] == '=') in compile_substitute()
9317 end = skip_substitute(cmd, delimiter); in compile_substitute()
9326 end[-1] = delimiter; in compile_substitute()
9328 trailing_error = *cmd != delimiter && *cmd != NUL; in compile_substitute()
/vim-8.2.3635/runtime/ftplugin/
H A Djulia.vim80 " the delimiter of a block
/vim-8.2.3635/runtime/indent/
H A Dphp.vim453 let s:SynPHPMatchGroups = {'phpparent':1, 'delimiter':1, 'define':1, 'storageclass':1, 'structure':…
709 " Things always indented at col 1 (PHP delimiter: <?, ?>, Heredoc end) {{{
H A Druby.vim410 " If we are at the closing delimiter of a "<<" heredoc-style string, set the
718 " Check if the character at lnum:col is inside a string delimiter
H A Dfalcon.vim86 " Check if the character at lnum:col is inside a string delimiter
/vim-8.2.3635/runtime/autoload/
H A Dsqlcomplete.vim865 " 2. A ; at the end of a line (the delimiter)
866 " 3. The end of the file (in case no delimiter)
H A Dphpcomplete.vim2775delimiter, string $string [, int $limit] | array','fprintf(':'resource $handle, string $format [, …
2781delimiter = '','' [, string $enclosure = ''"'' [, string $escape = ''\\'']]]] | array','fgets(':'r…
2808 …y $rows [, string $delimiter [, string $null_as]] | bool','pg_copy_to(':'resource $connection, str…
2809 … = 0 [, int $offset = 0]]] | int','preg_quote(':'string $str [, string $delimiter = NULL] | string…
2815delimiter = "," [, string $enclosure = "\"" [, string $escape = "\\"]]] | array','return_type':'ar…
/vim-8.2.3635/runtime/doc/
H A Dchange.txt639 The delimiter doesn't need to be /, see
640 |pattern-delimiter|.
782 *pattern-delimiter* *E146*

123