mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-11-08 18:03:46 -05:00
Add syntax for troff family languages (#397)
This commit is contained in:
committed by
Caleb Maclennan
parent
a4b7c046b3
commit
9208286236
@@ -204,6 +204,7 @@ let s:delimiterMap = {
|
|||||||
\ 'glsl': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
|
\ 'glsl': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
|
||||||
\ 'gnuplot': { 'left': '#' },
|
\ 'gnuplot': { 'left': '#' },
|
||||||
\ 'go': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
|
\ 'go': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
|
||||||
|
\ 'groff': { 'left': '\#' },
|
||||||
\ 'groovy': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
|
\ 'groovy': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
|
||||||
\ 'gsp': { 'left': '<%--', 'right': '--%>', 'leftAlt': '<!--', 'rightAlt': '-->' },
|
\ 'gsp': { 'left': '<%--', 'right': '--%>', 'leftAlt': '<!--', 'rightAlt': '-->' },
|
||||||
\ 'gtkrc': { 'left': '#' },
|
\ 'gtkrc': { 'left': '#' },
|
||||||
@@ -273,6 +274,7 @@ let s:delimiterMap = {
|
|||||||
\ 'mail': { 'left': '> ' },
|
\ 'mail': { 'left': '> ' },
|
||||||
\ 'mako': { 'left': '##' },
|
\ 'mako': { 'left': '##' },
|
||||||
\ 'man': { 'left': '."' },
|
\ 'man': { 'left': '."' },
|
||||||
|
\ 'mandoc': { 'left': '.\\"' },
|
||||||
\ 'map': { 'left': '%' },
|
\ 'map': { 'left': '%' },
|
||||||
\ 'maple': { 'left': '#' },
|
\ 'maple': { 'left': '#' },
|
||||||
\ 'markdown': { 'left': '<!--', 'right': '-->' },
|
\ 'markdown': { 'left': '<!--', 'right': '-->' },
|
||||||
@@ -445,6 +447,7 @@ let s:delimiterMap = {
|
|||||||
\ 'tmux': { 'left': '#' },
|
\ 'tmux': { 'left': '#' },
|
||||||
\ 'toml': { 'left': '#' },
|
\ 'toml': { 'left': '#' },
|
||||||
\ 'trasys': { 'left': "$" },
|
\ 'trasys': { 'left': "$" },
|
||||||
|
\ 'troff': { 'left': '.\\"' },
|
||||||
\ 'tsalt': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
|
\ 'tsalt': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
|
||||||
\ 'tsscl': { 'left': '#' },
|
\ 'tsscl': { 'left': '#' },
|
||||||
\ 'tssgm': { 'left': "comment = '", 'right': "'" },
|
\ 'tssgm': { 'left': "comment = '", 'right': "'" },
|
||||||
|
|||||||
Reference in New Issue
Block a user