Commit Graph

330 Commits

Author SHA1 Message Date
Ashley Blackmore
88ef57e098
add commenting for jinja templates
Closes #149
2016-05-23 21:58:14 +03:00
Keith Hughitt
d9f96ceaf3
Added support for RMarkdown files
Closes #148
2016-05-23 21:55:16 +03:00
Caleb Maclennan
a35f1ebd0b
Merge pull request #146 from davidjb/patch-2
Add YAML and Salt state (SLS) comment mapping
2016-05-23 21:49:17 +03:00
Caleb Maclennan
f26ec29dd4
Merge remote-tracking branch 'upstream/pr/144'
Closes #144
2016-05-23 21:48:08 +03:00
Caleb Maclennan
969219e62b
Merge pull request #132 from mdlerch/master
Add support for stan bayesian modeling language
2016-05-23 21:36:20 +03:00
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
d5b14f2c51
Merge pull request #103 from alanfranz/patch-1
Fix: missing escaping of < and > .
2016-05-23 19:49:55 +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
Martin Grenfell
1f4bfd5992 Merge pull request #209 from DarthGandalf/space
Fix markdown in README to make the space visible
2015-10-29 23:48:39 +00:00
Alexey Sokolov
0bbb2da023 Fix markdown in README to make the space visible 2015-10-09 09:45:34 +01:00
Martin Grenfell
5cc672a4f2 Merge pull request #183 from azdkj532/master
according to pep8, we need a space after '#'
2015-07-26 21:54:39 +01:00
azdkj532
3a60b6b1ec add the attribute 'leftAlt' to python 2015-04-30 13:34:25 +08:00
azdkj532
776f69e684 according to pep8, we need a space after '#' 2015-03-17 13:46:04 +08: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
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
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
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
Alan Franzoni
5724385b2f Fix: missing escaping of < and > .
Missing escape of < and > resulted in missing <space> rendering for NERDToggleComment.
2013-01-27 21:49:37 +01:00
Martin Grenfell
0b3d928dce Merge pull request #101 from aemonge/patch-1
Corrected the SQL comment keys
2013-01-10 01:27:12 -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
Martin Grenfell
6983efa244 Merge pull request #97 from johntyree/patch-1
Update plugin/NERD_commenter.vim
2013-01-03 03:11:10 -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