syntax-vim-ex icon indicating copy to clipboard operation
syntax-vim-ex copied to clipboard

An excellent Vim's syntax highlighting file for Vim script

Results 4 syntax-vim-ex issues
Sort by recently updated
recently updated
newest added

This line highlights red, athou it works fine on nightly-neovim. ```vim let [s,i,t]=['',1,tabpagenr()] ```

Use the `synID()`'s example. ``` vim :echo synIDattr(synID(line("."), col("."), 1), "name") ```

todo

ex. "\", "\" and etc... About lines 408. vimNotation

todo