Files
DeviceManager/static/languages/code_vimscript.json
2023-07-17 18:44:18 +02:00

93 lines
1.3 KiB
JSON

{
"name": "code_vimscript",
"leftToRight": true,
"noLazyMode": true,
"words": [
"var",
"let",
"set",
"while",
"endwhile",
"if",
"endif",
"else",
"is",
"isnot",
"for",
"endfor",
"in",
"function",
"endfunction",
"return",
"abort",
"continue",
"break",
"call",
"lua",
"autocmd",
"command",
"execute",
"normal",
"packadd",
"silent",
"expand()",
"exists()",
"has()",
"executable()",
"globpath()",
"strlen()",
"len()",
"strchars()",
"split()",
"join()",
"tolower()",
"toupper()",
"empty()",
"filter()",
"count()",
"get()",
"max()",
"min()",
"map()",
"add()",
"extend()",
"remove()",
"sort()",
"str2float()",
"str2nr()",
"float2nr()",
"sqrt()",
"floor()",
"ceil()",
"abs()",
"sin()",
"cos()",
"tan()",
"sinh()",
"cosh()",
"tanh()",
"asin()",
"acos()",
"atan()",
"echo",
"echon",
"echomsg",
"echoerr",
"int",
"fl",
"map",
"nmap",
"vmap",
"imap",
"xmap",
"nnoremap",
"vnoremap",
"inoremap",
"xnoremap",
"syn",
"hi",
"keys()",
"confirm()"
]
}