Skip to content

Commit c9b1078

Browse files
authored
Add delimeters fof Device Tree Source (DTS) files (#535)
1 parent 7bb1f72 commit c9b1078

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

autoload/nerdcommenter.vim

+1
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ let s:delimiterMap = {
9191
\ 'desktop': { 'left': '#' },
9292
\ 'dhcpd': { 'left': '#' },
9393
\ 'diff': { 'left': '#' },
94+
\ 'dts': { 'left': '/*', 'right': '*/', 'leftAlt': '//' },
9495
\ 'django': { 'left': '{% comment %}', 'right': '{% endcomment %}', 'leftAlt': '{#', 'rightAlt': '#}' },
9596
\ 'dns': { 'left': ';' },
9697
\ 'docbk': { 'left': '<!--', 'right': '-->' },

0 commit comments

Comments
 (0)