Skip to content

Commit

Permalink
Add delimeters fof Device Tree Source (DTS) files (#535)
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-prusov authored Aug 8, 2024
1 parent 7bb1f72 commit c9b1078
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions autoload/nerdcommenter.vim
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ let s:delimiterMap = {
\ 'desktop': { 'left': '#' },
\ 'dhcpd': { 'left': '#' },
\ 'diff': { 'left': '#' },
\ 'dts': { 'left': '/*', 'right': '*/', 'leftAlt': '//' },
\ 'django': { 'left': '{% comment %}', 'right': '{% endcomment %}', 'leftAlt': '{#', 'rightAlt': '#}' },
\ 'dns': { 'left': ';' },
\ 'docbk': { 'left': '<!--', 'right': '-->' },
Expand Down

0 comments on commit c9b1078

Please sign in to comment.