vim-vimlparser icon indicating copy to clipboard operation
vim-vimlparser copied to clipboard

Vim script parser

Results 42 vim-vimlparser issues
Sort by recently updated
recently updated
newest added
trafficstars

Often times, the syntax spec file (ones in the `.vim/syntax` directory, have hundreds, if not thousands of identifiers. And having the support of the symbol table would greatly cut down...

like this. ```vim echo $"Hello, {your_name}!" ```