mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-11-14 12:43:47 -05:00
Add neo4j cypher filetype (#464)
Let nerdcommenter properly comment cypher files. * [extension recommendation](https://neo4j.com/docs/cypher-manual/current/styleguide/#cypher-styleguide-general-recommendations) * [comments syntax](https://neo4j.com/docs/cypher-manual/current/syntax/comments/)
This commit is contained in:
@@ -121,6 +121,7 @@ let s:delimiterMap = {
|
|||||||
\ 'cucumber': { 'left': '#' },
|
\ 'cucumber': { 'left': '#' },
|
||||||
\ 'cuda': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
|
\ 'cuda': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
|
||||||
\ 'cvs': { 'left': 'CVS:' },
|
\ 'cvs': { 'left': 'CVS:' },
|
||||||
|
\ 'cypher': { 'left': '//' },
|
||||||
\ 'cython': { 'left': '# ', 'leftAlt': '#' },
|
\ 'cython': { 'left': '# ', 'leftAlt': '#' },
|
||||||
\ 'd': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
|
\ 'd': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
|
||||||
\ 'dakota': { 'left': '#' },
|
\ 'dakota': { 'left': '#' },
|
||||||
|
|||||||
Reference in New Issue
Block a user