Commit Graph

324 Commits

Author SHA1 Message Date
Caleb Maclennan
2d702c9619
Merge pull request #130 from Garonenur/space
remove space at end of appended comment
2016-05-23 21:32:03 +03:00
Caleb Maclennan
d672296a34
Merge pull request #129 from bass3m/master
Support for Julia
2016-05-23 21:30:12 +03:00
Caleb Maclennan
0d1fd7ff66
Merge pull request #126 from spikegrobstein/dockerfile_comments
added Dockerfile comment support
2016-05-23 21:29:03 +03:00
Caleb Maclennan
e5b0235247
Merge pull request #124 from ethinx/stp
change the comment style for systemtap (.stp)
2016-05-23 21:27:42 +03:00
Caleb Maclennan
cb98e173e7
Merge pull request #120 from pbugnion/master
Added support for fortran and yaml filetypes
2016-05-23 20:56:47 +03:00
Caleb Maclennan
5c61776994
Merge pull request #139 from statusfailed/idris-syntax-patch
Support for Idris
2016-05-23 20:53:02 +03:00
Caleb Maclennan
4fc52fd698
Merge pull request #113 from heartsentwined/emblem
add support for emblem
2016-05-23 20:23:49 +03:00
Caleb Maclennan
7e75415e4d
Merge pull request #111 from heartsentwined/ember-script
add support for ember-script
2016-05-23 20:18:28 +03:00
Caleb Maclennan
7bc40e53c0
Merge pull request #108 from jeremyjh/master
Add Elixir language support
2016-05-23 20:16:41 +03:00
Caleb Maclennan
8d3dcc26a6
Merge pull request #100 from pwightman/patch-1
Support for racket language.
2016-05-23 19:45:50 +03:00
Caleb Maclennan
34e0115ffa Merge pull request #24 from ervandew/master
Default alignment option + ability to align at index 0.
2016-05-23 19:08:24 +03:00
Laurent Arnoud
ca46be883e
Added privoxy support 2016-03-05 18:42:09 +01:00
Steve Dignam
76afa5ba37 updated scss comment style to correspond to the style guide 2016-03-02 14:51:10 -05:00
Steve Dignam
d1de6136ba updated ruby comment to fit with ruby style guide 2016-03-02 01:05:28 -05:00
Andre Souto
94ecc6c282 Adding config state handling before/after line comments 2016-02-22 09:46:45 -03:00
Caleb Maclennan
668c8a7336 Add comment syntax for SILE
Sile is a typesetter somewhat similar to LaTeX that uses two different
possible input formats. Input can be XML which is already covered or
there is a TeX like input format. The normal file extension for the
latter is .sil.
2016-01-21 19:13:06 +02:00
Denis Kolodin
8fd8e9599f Add Rust and TypeScript rules 2016-01-20 15:49:27 +03:00
Hoyon Mak
40007efa1a Add support for rust 2016-01-03 19:13:34 +00:00
Chris Linstid
92de964f61 Add support for terraform files
Terraform files are used to define different resources. Single line comments use a '#' and multi-line comments use '/* ... */'. For more information, see https://terraform.io/docs/configuration/syntax.html.
2015-12-14 15:11:46 -05:00
Harlan
40c4c66f7a Added Swift comment map 2015-11-15 21:01:12 -05:00
neingeist
a3030b9625 Add Nagios config file support 2015-09-30 06:35:49 +02:00
Sivakumar Kailasam
05de4871ce Adds support for handlebars file formats 2015-08-10 08:54:14 +05:30
Wagner Camarao
cf4912d36c Add config to allow commenting empty lines 2015-05-29 15:57:02 -07:00
Eli Young
6bdeaaa3d4 Add support for sshdconfig files
The sshdconfig filetype provider does not set `commentstring`, so
support must be explicitly defined.
2015-05-22 19:08:16 -07:00
azdkj532
3a60b6b1ec add the attribute 'leftAlt' to python 2015-04-30 13:34:25 +08:00
reisgabrieljoao
6591d08b24 Correct bib comment delimiter. 2015-04-09 09:33:40 -03:00
azdkj532
776f69e684 according to pep8, we need a space after '#' 2015-03-17 13:46:04 +08:00
Claudio Maradonna
e1029104f1 Added Blade comment 2015-01-23 13:10:17 +01:00
Kevin Ballard
dbe8023a70 Add delimiters for TOML 2014-12-09 15:04:59 -08:00
Jonatan Olofsson
536779375d Add support for tupfiles 2014-10-23 15:24:12 +02:00
Anton Panov
1b62184305 Add ruby multiline comment tags 2014-07-30 01:54:34 +04:00
Martin Grenfell
6549cfde45 make the delimitermap a global variable
This allows people to edit the delimiters at run time.

The option NERDCustomDelimiters can be used in a vimrc (or similar) but
is not useful after vim has loaded. So just open up the s:delimiterMap
hash.
2014-07-08 09:23:43 +01:00
svermeulen
f1a23cde6d Fix for teak 2014-06-16 16:11:42 -03:00
Michael Lerch
956431914f add pandoc
same as markdown
2014-05-06 08:37:15 -06:00
David Beitey
f5fba7c6c0 Add YAML and Salt state (SLS) comment mapping 2014-03-14 11:27:20 +10:00
Andrew Mass
d4858b5c5b Add support for MIPS assembly. 2014-03-12 20:45:58 -05:00
status failed
e107ccc9b3 added idris field to delimiterMap 2014-01-05 18:40:52 +00:00
Michael Lerch
8c525a27aa Add support for stan bayesian modeling language 2013-09-28 08:38:02 -06:00
Dirk Willrodt
1f06d8a4dd remove space at end of appended comment 2013-09-20 13:44:07 +02:00
Bassem Youssef
26558db9f1 Support for Julia
http://julialang.org/
2013-09-12 15:17:23 -07:00
sailorfeng
289d2d64ec Update NERD_commenter.vim
add lpc support
2013-09-11 17:40:50 +08:00
Spike Grobstein
8fff061222 added Dockerfile comment support 2013-08-25 10:04:11 -04:00
York Wong
c73514084a change the comment style for systemtap (.stp) 2013-08-18 14:47:39 +08:00
Pascal Bugnion
4b049b83fa Added support for fortran and yaml filetypes. 2013-07-14 18:39:11 +01:00
svermeulen
fbe3bd3c35 Exposed function to check whether a line is commented 2013-05-25 15:31:00 -03:00
Robin Schneider
f234d01408 Support for esmtprc and upstart. 2013-05-20 13:24:47 +02:00
heartsentwined
7770913088 add support for emblem 2013-04-17 10:00:03 +08:00
heartsentwined
785026abef add support for ember-script 2013-04-08 17:49:46 +08:00
Jeremy Huffman
58e34664d2 add elixir language support 2013-03-25 22:02:46 -04:00
ervandew
4f3d9c0e12 only use g:NERDDefaultDelims if no filetype has been set 2013-02-11 15:03:07 -08:00
ervandew
0c04654498 add config support for default delims
if there are no configured delims for the current filetype, allow the
default delims to be defined by a global setting since c style comment
delims are not always the best defaults for everyone.
2013-02-06 07:54:06 -08:00
Andres Monge
00e41958df Corrected the SQL comment keys
the SQL from some strick ones, such as procedures or mySql needs an extra space after the '--' comment. so it would be '-- ' the correct sintaxis for the comment
2013-01-10 10:12:19 +01:00
Parker
ab1fe7f5f0 Support for racket language. 2013-01-09 11:54:35 -07:00
Martin Grenfell
c3756d1ecc Merge pull request #79 from DawidJanczak/master
Add rspec flietype
2013-01-03 03:16:00 -08:00
Martin Grenfell
8cf43a4057 Merge pull request #91 from sietse/patch-1
Update plugin/NERD_commenter.vim
2013-01-03 03:15:41 -08:00
Martin Grenfell
7b127e63aa Merge pull request #98 from johntyree/patch-2
Remove extra space from Haskell alt.
2013-01-03 03:14:41 -08:00
John Tyree
eb5720c365 Remove extra space from Haskell alt. 2013-01-03 12:10:29 +01:00
John Tyree
fa7c2cdc2a Update plugin/NERD_commenter.vim
Cuda is the same as C.
2013-01-03 12:08:52 +01:00
Martin Grenfell
f87a5f4b51 Merge pull request #88 from jchain/master
I did a tiny change to add comment support for Octave filetype
2012-12-09 03:12:49 -08:00
sietse
362f6706c6 Update plugin/NERD_commenter.vim
Add comment delimiters for ConTeXt (the alternative delimiters are for Lua code).
2012-11-05 14:52:39 +01:00
6ahodir
b660938045 adding vala support 2012-11-01 01:22:33 -04:00
John Chain
1eb2eba5d3 Added comment support for Octave (a opensource Matlab clone) 2012-10-24 20:52:23 -05:00
Martin Grenfell
06cf7e7c38 Merge pull request #86 from inkarkat/fix-insert-mode-plug-mapping
Fix insert-mode <plug>NERDCommenterInsert mapping.
2012-10-23 15:10:03 -07:00
Ingo Karkat
e5f6111856 Avoid beep and additional space on insert-mode commenting at EOL.
When adding a comment at the end of a line (a common use when typing straight ahead) that only has a left part (like with ft=cpp, where the comment string is "// "), there is an audible beep and an additional space character is inserted (yielding "//  ").

Suppress the attempted cursor move to the right (which fails in that case) via :silent!.
Use :startinsert! (with a bang) to continue editing at the end of the line instead of the workaround that inserts an additional space.
2012-10-23 15:35:44 +02:00
Ingo Karkat
f4b1a46a41 Fix insert-mode <plug>NERDCommenterInsert mapping.
This was broken by the refactoring that introduced s:CreateMaps().
2012-10-23 15:19:36 +02:00
Chris Miller
4c03b5ac3f Added SCons (Python DSL). 2012-10-03 14:39:32 -06:00
Dawid Janczak
e983cf27e7 Add rspec filetype.
Since some plugins set filetype of RSpec spec files to rspec, the
filetype has been added to list of types.
The comment string itself is the same as in Ruby files.
2012-07-17 19:50:59 +02:00
Martin Grenfell
baa453aad8 fix a bug from pull request #69 - doh 2012-06-19 11:15:07 +01:00
Martin Grenfell
7d49ac038d Merge pull request #67 from sbl/master
add support for the supercollider language
2012-06-19 01:47:48 -07:00
Martin Grenfell
d64d909c9e Merge pull request #69 from gordio/master
Add Go support
2012-06-19 01:47:28 -07:00
Martin Grenfell
27979e7194 Merge pull request #72 from flxf/master
Add mustache support
2012-06-19 01:46:51 -07:00
Martin Grenfell
fc04e4e8c1 Merge pull request #76 from peterhost/master
add support for aspvbs leftalt comment
2012-06-19 01:43:01 -07:00
Martin Grenfell
6f69cbcdd8 Merge pull request #77 from jdonaldson/master
update for haxe/hxml files
2012-06-19 01:38:17 -07:00
DSIW
7b78a83120 Added support for CoffeeScript 2012-06-19 00:56:16 +03:00
Justin Donaldson
1671f8aa71 adding hx/hxml support 2012-06-03 20:00:13 -07:00
Peter Host
6e020aa61c add support for aspvbs leftalt comment
This can be discussed, but I do find it useful to be able and
use HTML commenting as an alternative cause what else lies in an
asp classic page anyway,... but html ;)
2012-06-03 22:26:02 +02:00
Felix Fung
2f62560dd6 Add mustache support 2012-05-04 05:23:57 -07:00
gordio
d16e2ab1cf Add comment style for Google Go language 2012-04-15 05:14:09 +03:00
Stephen Lumenta
e2e786c59f Added support for the supercollider language
http://supercollider.sourceforge.net/
2012-03-27 16:00:00 +02:00
Martin Grenfell
cb242a9cb4 Merge pull request #62 from jimmyharris/master
added support for arm assembly syntax
2012-03-27 06:40:28 -07:00
Charles Strahan
fc1988e573 Add fsharp comment delimiters. 2012-03-18 13:04:58 -03:00
Martin Grenfell
93cdbafd7f fix repeat for visual-line comments
this is still broken for visual and visual-block commenting
2012-03-12 10:24:38 +00:00
Ingo Karkat
4dd72ab0af Make mappings repeatable with . through repeat.vim
Use of repeat.vim is purely optional, but very beneficial for typical commenting uses.
2012-03-12 10:42:38 +01:00
James Harris
ddb2952fdc Added support for Arm Assembly 2012-02-19 16:48:47 -06:00
Bryan Richter
86f4d493d9 Adds support for Cabal, Haskell's package system.
http://www.haskell.org/cabal/users-guide/#package-descriptions
2012-01-29 15:52:17 -08:00
Martin Grenfell
f4d9f99f67 fix a bug with the key combos on the comment menu
Previously the maps on the menus werent changing when mapleader was
changed - this was because we were looking for a local mapleader var
instead of global
2012-01-13 09:32:02 +00:00
Martin Grenfell
006a151a43 make the NERDComment() type arg case insensitive 2012-01-02 21:08:03 +00:00
Martin Grenfell
0c75ae7e7b make NERDComment a global function again 2012-01-02 10:24:41 +00:00
Ryan Wood
fb4df3e71b Add syntax support for slim templates 2011-12-31 13:24:44 -05:00
Martin Grenfell
0fe4938d22 Merge pull request #37 from panthomakos/master
Add syntax for comments in Ruby
2011-12-14 08:39:29 -08:00
Martin Grenfell
63bf3811ce Merge pull request #46 from peterhost/master
add support for scss leftalt comment
2011-12-14 08:37:10 -08:00
Martin Grenfell
2c3409d97f Merge pull request #48 from chreekat/master
More Haskell support
2011-12-14 08:36:48 -08:00
Benji Fisher
785ad99c0b Various fixes, simplifications, improvements to s:NERDComment() and s:CreateMaps(). Updated docs. 2011-12-14 10:39:27 -05:00
Benji Fisher
0bffc1a119 Moved the <plug> mappings into s:CreateMaps(). 2011-12-12 22:28:48 -05:00
Benji Fisher
5dc223d8a6 Changed arguments to NerdComment() to make it easier to call from CreateMaps(). 2011-12-12 11:10:19 -05:00
Benji Fisher
f198e9ffce Replaced raw CTRL-V with \<C-V> 2011-12-12 10:30:17 -05:00
Benji Fisher
22e798edf5 Replaced a loop with a call to extend(). 2011-12-12 10:13:28 -05:00
Benji Fisher
a3ecc6dab5 Changed :vmap and :vmenu to :xmap and :xmenu. 2011-12-12 08:18:47 -05:00
Benji Fisher
754d5a5b2e Merge remote branch 'upstream/master' 2011-12-12 07:20:51 -05:00
Gonzalo Serrano
d4a5479c2c Twig templates support added. 2011-12-11 11:03:59 +01:00