|
Archives
D Programming
digitalmars.Ddigitalmars.D.bugs digitalmars.D.dtl digitalmars.D.ide digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger D.gnu D C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript electronics |
digitalmars.D.announce - New vim d.vim syntax highlighting script
I have uploaded a new d.vim syntax highlighting script to vim.org. Get it at http://www.vim.org/scripts/script.php?script_id=379. Updated to D versions 1.053 and 2.039. + Merged Kirk McDonald's version 0.17 updates (http://paste.dprogramming.com/dplmb7qx?view=hidelines), including delimited strings, token strings, here strings, and some new keywords. + Merged Jesse K. Phillips' patch for some keywords and attributes (annotations). + Added some missing keywords. By the way, I haven't used D in a few years, so I haven't been very diligent in following its progress or keeping the syntax file up to date. I don't see this changing anytime in the future (as much as I wish differently). If there is anyone willing to take over maintenance, please let me know by replying to this post or in an email (my real address is inside the latest version of the script file). Jason Jan 11 2010
Jason Mills wrote:I have uploaded a new d.vim syntax highlighting script to vim.org. Get it at http://www.vim.org/scripts/script.php?script_id=379. Updated to D versions 1.053 and 2.039. + Merged Kirk McDonald's version 0.17 updates (http://paste.dprogramming.com/dplmb7qx?view=hidelines), including delimited strings, token strings, here strings, and some new keywords. + Merged Jesse K. Phillips' patch for some keywords and attributes (annotations). + Added some missing keywords. Jan 12 2010
Jason Mills, el 11 de enero a las 21:07 me escribiste:I have uploaded a new d.vim syntax highlighting script to vim.org. Get it at http://www.vim.org/scripts/script.php?script_id=379. Jan 12 2010
On 12/01/10 02:07, Jason Mills wrote:I have uploaded a new d.vim syntax highlighting script to vim.org. Get it at http://www.vim.org/scripts/script.php?script_id=379. Updated to D versions 1.053 and 2.039. + Merged Kirk McDonald's version 0.17 updates (http://paste.dprogramming.com/dplmb7qx?view=hidelines), including delimited strings, token strings, here strings, and some new keywords. + Merged Jesse K. Phillips' patch for some keywords and attributes (annotations). + Added some missing keywords. By the way, I haven't used D in a few years, so I haven't been very diligent in following its progress or keeping the syntax file up to date. I don't see this changing anytime in the future (as much as I wish differently). If there is anyone willing to take over maintenance, please let me know by replying to this post or in an email (my real address is inside the latest version of the script file). Jason Jan 13 2010
Robert Clipsham Wrote:Amazing, thank you! :) Is the new syntax file going to be moved upstream at some point, or will I have to continue copying this version into my vim installs? Jan 13 2010
Jason Mills Wrote:I have uploaded a new d.vim syntax highlighting script to vim.org. Get it at http://www.vim.org/scripts/script.php?script_id=379. Updated to D versions 1.053 and 2.039. + Merged Kirk McDonald's version 0.17 updates (http://paste.dprogramming.com/dplmb7qx?view=hidelines), including delimited strings, token strings, here strings, and some new keywords. + Merged Jesse K. Phillips' patch for some keywords and attributes (annotations). + Added some missing keywords. Jan 14 2010
|