caw.vim
caw.vim copied to clipboard
Fix a bug where it fails to uncomment with tree-sitter
There were cases where hl_map[name] is nil and then an error occurs at string.match(). In that case, the script stops, so uncommenting didn't work.