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

jsonc highlight error when last element in the list is commented

Open IzhakJakov opened this issue 4 years ago • 0 comments
trafficstars

vim-jsonc shows error:

 "modules-left": [                
   //"custom/name",
   "sway/workspaces",
   "custom/weather",
   "sway/mode"
   //"custom/right-arrow-dark"
 ],

vim-jsonc does NOT shows error

 "modules-left": [                
   //"custom/name",
   "sway/workspaces",
   "custom/weather",
   //"custom/right-arrow-dark"
   "sway/mode"
 ],

I am using NeoVIM: NVIM v0.4.4 on Debian

Let me know if more info is needed

IzhakJakov avatar Jun 30 '21 01:06 IzhakJakov