mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-01-21 21:31:45 +08:00
parent
4ebe5a9c5c
commit
38d77f64cf
|
@ -397,6 +397,7 @@ let s:delimiterMap = {
|
||||||
\ 'tasm': { 'left': ';' },
|
\ 'tasm': { 'left': ';' },
|
||||||
\ 'tcl': { 'left': '#' },
|
\ 'tcl': { 'left': '#' },
|
||||||
\ 'terraform': { 'left': '#', 'leftAlt': '/*', 'rightAlt': '*/' },
|
\ 'terraform': { 'left': '#', 'leftAlt': '/*', 'rightAlt': '*/' },
|
||||||
|
\ 'tex': { 'left': '%' },
|
||||||
\ 'texinfo': { 'left': "@c " },
|
\ 'texinfo': { 'left': "@c " },
|
||||||
\ 'texmf': { 'left': '%' },
|
\ 'texmf': { 'left': '%' },
|
||||||
\ 'tf': { 'left': ';' },
|
\ 'tf': { 'left': ';' },
|
||||||
|
|
Loading…
Reference in New Issue
Block a user