mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-11-08 09:53:47 -05:00
Compare commits
2 Commits
3585c4ffb0
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
02a3b6455f | ||
|
|
66c07e4083 |
@@ -406,6 +406,7 @@ let s:delimiterMap = {
|
||||
\ 'texmf': { 'left': '%' },
|
||||
\ 'tf': { 'left': '#' },
|
||||
\ 'tidy': { 'left': '#' },
|
||||
\ 'tjp': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
|
||||
\ 'tla': { 'left': '\\*', 'leftAlt': '(*', 'rightAlt': '*)' },
|
||||
\ 'tli': { 'left': '#' },
|
||||
\ 'tmux': { 'left': '#' },
|
||||
@@ -421,6 +422,7 @@ let s:delimiterMap = {
|
||||
\ 'txt2tags': { 'left': '%' },
|
||||
\ 'typescript': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
|
||||
\ 'typescriptreact': { 'left': '//', 'leftAlt': '{/*', 'rightAlt': '*/}' },
|
||||
\ 'typst': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
|
||||
\ 'uc': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
|
||||
\ 'uc4': { 'left': '!' },
|
||||
\ 'uil': { 'left': '!' },
|
||||
|
||||
Reference in New Issue
Block a user