mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-11-08 09:53:47 -05:00
Add support for TLA+ modeling and specification language (#497)
This commit is contained in:
@@ -396,6 +396,7 @@ let s:delimiterMap = {
|
||||
\ 'texmf': { 'left': '%' },
|
||||
\ 'tf': { 'left': '#' },
|
||||
\ 'tidy': { 'left': '#' },
|
||||
\ 'tla': { 'left': '\\*', 'leftAlt': '(*', 'rightAlt': '*)' },
|
||||
\ 'tli': { 'left': '#' },
|
||||
\ 'tmux': { 'left': '#' },
|
||||
\ 'toml': { 'left': '#' },
|
||||
|
||||
Reference in New Issue
Block a user