Commit Graph

540 Commits

Author SHA1 Message Date
Caleb Maclennan
d9366fc27c Add filetype for bind-named (similar to named, used by some plugins) 2021-04-30 12:31:10 +03:00
Caleb Maclennan
1b53686d5f Merge pull request #466 from natesire/master 2021-04-13 08:23:21 +03:00
Nate Sire
b2642c8ed9 Add Directions for Vim 8+ Packages 2021-04-13 08:21:08 +03:00
Nate Sire
d4855b233e Wrap installation blurbs in expandable summary/detail blocks 2021-04-13 08:20:25 +03:00
Gabriel Nagy
6d0ab7dec9 Add hocon filetype (#465)
Add support for commenting hocon files.

[1] https://github.com/lightbend/config/blob/main/HOCON.md#comments
2021-04-06 09:57:40 +03:00
Adrien Lemaire
16ecc429ec 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/)
2021-02-27 12:25:37 +03:00
Bertold Sedlak
1c7b57608e Add UC4 Filetype (#462)
Add Support for UC4 Scripts as used by Automic Automation Engine
See docs for details:
https://docs.automic.com/documentation/webhelp/english/AWA/11.2/AE/11.2/All%20Guides/Content/ucabqx.htm
2021-02-18 06:44:26 +03:00
kevinhwang91
b83e9cdf83 fix: uncomment Lua in sexy mode with NERDCompactSexyComs=1 (#451) 2021-02-02 10:29:10 +03:00
John Flores
898de2de1b Update rego comment to # (#459) 2021-01-31 09:41:13 +03:00
Alex Hübner
2955d669dc Fix leftAlt for filetype rmd (#458) 2021-01-27 11:22:41 +03:00
Tiger Nie
7be3292b8d Add support for jsonc (#455) 2021-01-19 12:38:54 +03:00
Rich Churcher
7d2fb974a3 Add a note on binds for text object motions (#454) 2021-01-12 07:33:59 +03:00
Repon Kumar Roy
119b99d166 Add support for the jsonnet language (#450)
Co-authored-by: Repon Kumar Roy <kowshik.roy@grabtaxi.com>
2020-12-11 12:19:05 +03:00
Cristiano De Michele
f02686f2f6 Fix alternative delimiter issue #425 (#440)
Co-authored-by: Cristiano De Michele <cristiano.demichele@uniroma1.it>
2020-12-03 12:33:37 +03:00
Priyansh Saxena
3441a98b2d Add support for Rego (Open Policy Agent) (#446) 2020-12-01 09:37:49 +03:00
Wynell
253eafd3a7 Mention g:NERDCreateDefaultMappings in README.md (#445) 2020-11-19 12:25:03 +03:00
Sybrand Aarnoutse
85750560a6 Add delimiter for the nix language. (#442) 2020-10-30 22:25:01 +03:00
Caleb Maclennan
fade3d4b26 Merge pull request #427 from preservim/remove-cruft 2020-06-08 15:24:46 +03:00
Caleb Maclennan
bedc6dc384 Add vint configuratio to enforce more sensitive rules 2020-06-08 15:23:56 +03:00
Caleb Maclennan
6b49172f9b Remove obsolete (unmaintained) fold markers
The fold markers were unmaintained anyway and hence not working. No
folding is better than broken folding, and setting nothing allows user
configs such as language syntax based folding to work properly.
2020-06-08 15:21:00 +03:00
Caleb Maclennan
c3e308c2ca Drop rakefile historically used to cut releases
We no longer release this way at all, nor is this the way to install it
locally.
2020-06-08 15:17:05 +03:00
Caleb Maclennan
95af34d581 Merge pull request #412 from preservim/credits 2020-06-08 14:58:20 +03:00
Caleb Maclennan
be1a24d6d8 Backfill some Changelog data from Github releases 2020-06-08 14:57:15 +03:00
Caleb Maclennan
5e2aeffb03 Move change log to separate file for easier maintenance 2020-06-08 14:57:15 +03:00
Caleb Maclennan
700b7d2916 Update About section with current relevant links 2020-06-08 14:42:05 +03:00
Caleb Maclennan
90f7606234 Remove contributor list from help docs, link to Contributors
Not only is the list hopelessly out of date, it's almost impossible to
keep it up to date in any balance way. The only reasonably thing I could
think to put here would be a normalized list of authors scrapped from
git commit history, but Github's view of that is nicer anyway.
2020-06-08 14:35:34 +03:00
Caleb Maclennan
480799db6d Merge pull request #411 from preservim/license-cc0 2020-06-08 14:25:18 +03:00
Caleb Maclennan
8f375b0bbb Update help documentation with relicense to CC0 2020-06-08 14:23:07 +03:00
Caleb Maclennan
f72adff404 Remove obsolete file comments header
The days when vim plugins were distributed as individual files are long
gone, these days they are almost always git repositories or tarballs. As
such the relevant meta data is included, just not in this way. Not only
does this information have a habit of being absurdly out of date, it's
not really useful any more to try to update it.
2020-06-08 14:17:44 +03:00
Caleb Maclennan
97c79a541f Split push vs. pull_request lint tooling (#426) 2020-06-08 14:01:59 +03:00
Jaehwang Jerry Jung
c62e618a1a Make insert independent of whichwrap setting (#419)
If `set whichwrap+=l`, `normal! l` may move the cursor to the next line.
Use `feedkeys('a', 'ni')` instead.
2020-02-19 07:52:10 +03:00
Caleb Maclennan
cbadb3d93e Fix minor syntax error in help file, see #416 2020-01-25 13:33:48 +03:00
Caleb Maclennan
fa00e9820c Use Jinja comment style first, HTML as alternate (closes #414) 2020-01-23 23:36:27 +03:00
Caleb Maclennan
6f1f2894cb Use HTML comment syntax for Rmarkdown
Closes #415

While Markdown doesn't officially have a comment syntax, HTML comments
are widely parsed as such. This is what most Markdown treat as Markdown
comments. As a Markdown derivative it seams logical to do the same thing
in Rmarkdown.

The previously added '#' syntax seems to be for inside code blocks, and
that would be language dependent anyway. I've left the hash option as
the alternate.
2020-01-23 22:18:50 +03:00
Caleb Maclennan
96a6c3e452 Merge pull request #416 from li-zyang/feat_api_NERDCommentIsCharCommented
Feature: API 'NERDCommentIsCharCommented(line, col)'
2020-01-23 18:42:47 +02:00
li-zhaoyang
53f5710627 Added 'Interface' section to the documention 2020-01-21 14:42:18 +08:00
li-zhaoyang
eb6243c0c8 Finished and tested NERDCommentIsCharCommented() 2020-01-21 04:16:18 +08:00
li-zhaoyang
70b5b933cd First version of 'NERDCommentIsCharCommented' API (Untested) 2020-01-20 19:49:52 +08:00
Caleb Maclennan
ec16c09a0b Add blurb to readme about original author and current contribution status 2019-12-30 12:33:26 +03:00
Caleb Maclennan
e6510c1a71 Create LICENSE file for CC0 2019-12-30 12:21:34 +03:00
Caleb Maclennan
24df32304e Add automated PR review comments based on Vint linter (#410) 2019-12-30 11:25:16 +03:00
Caleb Maclennan
0384b5bf34 Merge pull request #409 from preservim/lint
Fix vimscript lint issues
2019-12-30 11:13:51 +03:00
Caleb Maclennan
6295aeba66 Fix lint warning: use the full option names 2019-12-30 11:12:01 +03:00
Caleb Maclennan
277986725d Fix lint warning: use robust operators 2019-12-30 11:10:13 +03:00
Caleb Maclennan
ac3db1e70a Fix lint warning: prefer single quoted strings 2019-12-30 10:59:03 +03:00
Caleb Maclennan
6d51d1b334 Fix VimL syntax error 2019-12-30 10:51:34 +03:00
Caleb Maclennan
8a68872933 Add vimscript linter as CI check 2019-12-30 10:42:26 +03:00
Caleb Maclennan
8786861a3c Update repository URLs with new org namespace
See https://github.com/preservim/nerdcommenter/issues/400

Old URLs will continue to work for the foreseeable future since Github
forwards them, but new users in particular should be encouraged to use
the new org namespace when installing the plugin.
2019-12-29 11:15:59 +03:00
Caleb Maclennan
f5525720ec Create FUNDING.yml 2019-12-29 11:15:59 +03:00
Jaskaran Singh
ce590719f6 Add semantic patch (.cocci) to delimiterMap (#408)
Coccinelle is a tool used for transforming C source code. It
uses the Semantic Patch Language (.cocci files) for doing this.
The conventional notation for commenting in semantic patches
is "//".

Used in conjunction with this plugin:

https://github.com/ahf/cocci-syntax

The cocci filetype is set, following which NERD_commenter can
be used in .cocci files.

Signed-off-by: Jaskaran Singh <jaskaransingh7654321@gmail.com>
2019-12-21 10:59:38 +03:00