Home
last modified time | relevance | path

Searched refs:token (Results 1 – 25 of 27) sorted by relevance

12

/vim-8.2.3635/runtime/indent/
H A Derlang.vim206 " Dot token: .
290 " token: string
300 " token: string
415 " Find the token that directly precedes the given token.
435 " Find the token that directly succeeds the given token.
489 call s:Log(' Unexpected token ' . a:token . ', stack = ' .
540 " token.
929 if token ==# 'case' || token ==# 'try' ||
1022 elseif token ==# '(' || token ==# '{'
1095 call s:Log(' "' . token . '" token (whose closing token ' .
[all …]
H A Ddtd.vim33 let token = strpart(a:input, start, end - start)
34 return [token, end]
54 let token = '('
57 while token != ""
59 if token[0] == '('
61 elseif token[0] == ')'
114 while token =~ '[-O]' && n < 2
118 if token == ""
126 if token != '('
149 let [token, end] = s:lex(line, end)
[all …]
/vim-8.2.3635/runtime/autoload/
H A Dpython3complete.vim372 else: token = pre
373 name.append(token)
388 if token == 'as': name2, token = self._parsedotname()
390 while token != "," and "\n" not in token:
450 elif token == '(' or token == 'tuple':
452 elif token == '[' or token == 'list':
454 elif token == '{' or token == 'dict':
458 elif token == 'open' or token == 'file':
465 assign += token
536 #dbg( 'main: token=[%s] indent=[%s]' % (token,indent))
[all …]
H A Dpythoncomplete.vim390 else: token = pre
391 name.append(token)
406 if token == 'as': name2, token = self._parsedotname()
408 while token != "," and "\n" not in token:
468 elif token == '(' or token == 'tuple':
470 elif token == '[' or token == 'list':
472 elif token == '{' or token == 'dict':
476 elif token == 'open' or token == 'file':
483 assign += token
554 #dbg( 'main: token=[%s] indent=[%s]' % (token,indent))
[all …]
/vim-8.2.3635/runtime/doc/
H A Dvim2html.pl124 foreach my $token ( split /((?:\|[^\|]+\|)|(?:\*[^\*]+\*))/ ) {
125 if ( $token =~ /^\|([^\|]+)\|/ ) {
130 elsif ( $token =~ /^\*([^\*]+)\*/ ) {
137 $_ = esctext($token);
H A Dft_rust.txt47 Set this option to turn on |conceal| for the path connecting token
54 Set this option to turn on |conceal| for the "pub" token: >
/vim-8.2.3635/.github/workflows/
H A Dcoverity.yml20 …wget -q https://scan.coverity.com/download/cxx/linux64 --post-data "token=$TOKEN&project=vim" -O c…
72 curl --form token=$TOKEN \
/vim-8.2.3635/src/
H A Dif_perl.xs856 char *token = (char *)s; in msg_split() local
858 while ((next = strchr(token, '\n')) && !got_int) in msg_split()
861 msg_attr(token, attr); in msg_split()
862 token = next; in msg_split()
864 if (*token && !got_int) in msg_split()
865 msg_attr(token, attr); in msg_split()
/vim-8.2.3635/runtime/syntax/
H A Drnc.vim44 syn keyword rncKeyword notAllowed parent start string text token
H A Dayacc.vim29 syn match ayaccKey "^[ \t]*%\(token\|type\|left\|right\|start\|ident\)\>"
H A Dpccts.vim27 syn match pcctsDirective "^\s*#token\>.*$" contains=pcctsString,pcctsAction,pcctsTokenName,pcctsCo…
H A Dracc.vim48 syn keyword raccTokenDecl contained token
H A Dyacc.vim63 syn match yaccKey "^\s*%\(token\|type\|left\|right\|start\|ident\|nonassoc\)\>" contained
H A Dant.vim83 syn keyword antElement display to token tokenfilter touch transaction translate triggers trim tstam…
H A Dxquery.vim33 …th\|hexBinary\|base64Binary\|anyURI\|QName\|NOTATION\|\|normalizedString\|token\|language\|IDREFS\…
H A Ddocbk.vim130 syn keyword docbkKeyword token tr trademark type uri userinput contained
H A Dbtm.vim11 "//- After unary operators like "defined" can assume token type.
H A Drust.vim161 " or by another ".", which makes them integer literals followed by the ".." token.
H A Dstata.vim163 syn keyword stataCommand token[ize]
H A Draku.vim164 syn match rakuDeclareRegex display "[.^]\@1<!\<\%(regex\|rule\|token\)\>" nextgroup=rakuRegexName s…
1961 …m\|subset\|class\|sub\%(method\)\?\|multi\|method\|slang\|grammar\|regex\|token\|rule\)\>[^{]\+\%(…
H A Dd.vim179 " dTokens is used by the token string highlighting
H A Daml.vim57 … round scratchname search show sin sort sqrt subst substr suffix tan task token translate trim tru…
H A Dpostscr.vim109 syn keyword postscrOperator string anchorsearch search token
H A Dphp.vim845 " - eval() is the token 'make_your_code_twice_as_complex()' function for PHP.
/vim-8.2.3635/src/testdir/
H A Dtest_startup.vim317 call writefile(["Xbadfile.c:4:12: error: expected ';' before '}' token"], 'errors.err')
322 \ "Xbadfile.c|4 col 12| error: expected ';' before '}' token"],
329 call writefile(["Xbadfile.c:4:12: error: expected ';' before '}' token"], 'Xerrors')
334 \ "Xbadfile.c|4 col 12| error: expected ';' before '}' token"],
344 \ "Xbadfile.c|4 col 12| error: expected ';' before '}' token"],

12