mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-11-08 18:03:46 -05:00
Merge pull request #220 from clinstid/master
Add support for terraform files
This commit is contained in:
@@ -389,6 +389,7 @@ let s:delimiterMap = {
|
|||||||
\ 'tak': { 'left': '$' },
|
\ 'tak': { 'left': '$' },
|
||||||
\ 'tasm': { 'left': ';' },
|
\ 'tasm': { 'left': ';' },
|
||||||
\ 'tcl': { 'left': '#' },
|
\ 'tcl': { 'left': '#' },
|
||||||
|
\ 'terraform': { 'left': '#', 'leftAlt': '/*', 'rightAlt': '*/' },
|
||||||
\ 'texinfo': { 'left': "@c " },
|
\ 'texinfo': { 'left': "@c " },
|
||||||
\ 'texmf': { 'left': '%' },
|
\ 'texmf': { 'left': '%' },
|
||||||
\ 'tf': { 'left': ';' },
|
\ 'tf': { 'left': ';' },
|
||||||
|
|||||||
Reference in New Issue
Block a user