diff --git a/CHANGES.txt b/CHANGES.txt index 8ee9f69..0566e14 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -11,10 +11,10 @@ Revision 3.3.6 (2013-11-18): Revision 3.3.5 (2013-08-31): - Highlight 'import', 'from' and 'as' as include statements. - Patch by pydave at GitHub. + Patch by David Briscoe - Added new option 'python_highlight_file_headers_as_comments' (disabled by default) to highlight shebang and coding file headers as comments. - Proposed by pydave at GitHub. + Proposed by David Briscoe. Revision 3.3.4 (2013-08-11): diff --git a/README.rst b/README.rst index 9c34599..6017981 100644 --- a/README.rst +++ b/README.rst @@ -130,15 +130,15 @@ Contributors List of the contributors in alphabetical order: -- Andrea Riciputi +- `Andrea Riciputi `_ - Anton Butanaev - Caleb Adamantine -- Elizabeth Myers -- Jeroen Ruigrok van der Werven -- John Eikenberry -- Marc Weber -- Pedro Algarvio -- pydave at GitHub -- Victor Salgado -- Will Gray -- Yuri Habrusiev +- `David Briscoe `_ +- `Elizabeth Myers `_ +- `Jeroen Ruigrok van der Werven `_ +- `John Eikenberry `_ +- `Marc Weber `_ +- `Pedro Algarvio `_ +- `Victor Salgado `_ +- `Will Gray `_ +- `Yuri Habrusiev `_ diff --git a/syntax/python.vim b/syntax/python.vim index 8d68796..a8b4635 100644 --- a/syntax/python.vim +++ b/syntax/python.vim @@ -25,12 +25,12 @@ " Andrea Riciputi " Anton Butanaev " Caleb Adamantine +" David Briscoe " Elizabeth Myers " Jeroen Ruigrok van der Werven " John Eikenberry " Marc Weber " Pedro Algarvio -" pydave at GitHub " Victor Salgado " Will Gray " Yuri Habrusiev