Skip to content

Commit

Permalink
Add support for jq filter files (#520)
Browse files Browse the repository at this point in the history
  • Loading branch information
someone-stole-my-name authored May 17, 2023
1 parent 277bdfc commit 2045211
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 @@ -191,6 +191,7 @@ let s:delimiterMap = {
\ 'jgraph': { 'left': '(*', 'right': '*)' },
\ 'jinja': { 'left': '{#', 'right': '#}', 'leftAlt': '<!--', 'rightAlt': '-->' },
\ 'jproperties': { 'left': '#' },
\ 'jq': { 'left': '#' },
\ 'json5': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
\ 'jsonc': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
\ 'jsonnet': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
Expand Down

0 comments on commit 2045211

Please sign in to comment.