Issues
- 4
vim9 script support?
#194 opened by chrisbra - 0
Please provide symbol lookup for the identifiers used amongst `syn match`, `syn region`, and `syn cluster`.
#201 opened by egberts - 0
Support for string interpolation
#200 opened by Shougo - 2
Support `:let=<<` with leading spaces before EOF
#188 opened by lehmacdj - 0
- 0
Support for falsy operator?
#197 opened by BioBox - 0
Bug with space in `syn region` regex
#191 opened by jez - 2
- 1
Support expr-.. (double dot) for string concatenation
#173 opened by kutsan - 0
error trying to parse map() with a lambda
#174 opened by bhcleek - 2
How can a python project depend on vimlparser?
#170 opened by dbarnett - 0
Support . (dot) as end marker for heredoc
#172 opened by tyru - 0
- 1
Cannot use `is`, `isnot` for variable name
#169 opened by tyru - 1
Support :function {'<lambda>42'} ?
#167 opened by tyru - 3
`:let` is parsed as NODE_EXCMD (not NODE_LET)
#117 opened by tyru - 1
Check if calling function is built-in or variable
#105 opened by tyru - 1
Cannot get node/token name
#140 opened by tyru - 1
- 1
- 1
here-document is missing
#99 opened by tyru - 1
Failed to parse :syntax arguments
#166 opened by tyru - 1
- 0
method operator '->' is missing
#150 opened by tyru - 3
Handle default arguments with functions
#154 opened by blueyed - 9
- 1
変換候補の削除プロンプトが壊れている
#157 opened by tyru - 0
"pos" is different (not a dict) with literal dicts
#155 opened by blueyed - 0
Consider using CC0 Public Domain declaration
#152 opened by ssokolow - 4
E492: Not an editor command: redrawtabline
#151 opened by tyru - 4
seems dead loop while parse `write ++enc=utf-8`
#144 opened by iamcco - 1
Run vint on CI
#111 opened by tyru - 0
- 1
Use binary search to look up ex commands
#108 opened by tyru - 0
Add test in Python 3 on CI
#131 opened by tyru - 1
Separate classes to each autoload script
#135 opened by tyru - 0
const is missing
#114 opened by mattn - 10
Move s:viml_builtin_functions to shared file?
#118 opened by blueyed - 4
parse emoji error
#129 opened by iamcco - 0
Check missing/added Ex commands in neovim *by script*
#123 opened by tyru - 0
- 1
Cannot parse :const
#115 opened by tyru - 0
.. for concating strings is missing
#95 opened by mattn - 0
Cannot parse new dictionary literal `#{ ... }`
#103 opened by tyru - 0
scriptversion command is missing
#94 opened by mattn - 0
*=, /=, %= support is missing
#100 opened by tyru - 1
popup functions, ex commands are missing
#102 opened by tyru - 0
Cannot parse one-line comment in dictionary literal
#96 opened by tyru - 4
bin and blob literals support is missing
#101 opened by tsuyoshicho - 0
Commands after "endfunction | ..." were ignored
#91 opened by syngan