Uncommenting lines starting with `\*` does not work in `tla` files with the following configuration: ``` let g:NERDCustomDelimiters = { 'tla': { 'left': '\\*', 'leftAlt': '(*', 'rightAlt': '*)' } } ```