mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-11-11 11:13:47 -05:00
This reverts commit 0e1f6f6866.
Given the unexpected behaviour of this and disruption to people's
established work flows, I'm reverting this until a better solution can
be found that only handles the special comment format inside React code
blocks.
This commit is contained in:
@@ -232,7 +232,6 @@ let s:delimiterMap = {
|
|||||||
\ 'javacc': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
|
\ 'javacc': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
|
||||||
\ 'javascript': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
|
\ 'javascript': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
|
||||||
\ 'javascript.jquery': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
|
\ 'javascript.jquery': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
|
||||||
\ 'javascript.jsx': { 'left': '{/*', 'right': '*/}' },
|
|
||||||
\ 'jess': { 'left': ';' },
|
\ 'jess': { 'left': ';' },
|
||||||
\ 'jgraph': { 'left': '(*', 'right': '*)' },
|
\ 'jgraph': { 'left': '(*', 'right': '*)' },
|
||||||
\ 'jinja': { 'left': '<!--','right': '-->', 'leftAlt': '{#', 'rightAlt': '#}' },
|
\ 'jinja': { 'left': '<!--','right': '-->', 'leftAlt': '{#', 'rightAlt': '#}' },
|
||||||
|
|||||||
Reference in New Issue
Block a user