Phobos function and type highlighter for vim
    Uknown via Digitalmars-d-announce 
    digitalmars-d-announce at puremagic.com
       
    Thu Aug 31 08:53:31 PDT 2017
    
    
  
I wrote a Phobos function and type highlighter, based on 
vim-cpp-enhanced-highlight by octol for C++[1].
It simply matches and highlights functions and types from `std` 
and `core`. Currently everything as of D version 2.0.75 is 
supported, excluding `std.experimental`.
The script and install instructions are available here[2].
[1]https://github.com/octol/vim-cpp-enhanced-highlight
[2]https://github.com/Sirsireesh/vim-dlang-phobos-highlighter
    
    
More information about the Digitalmars-d-announce
mailing list