Menu

Language selection for extension of .C

2007-05-07
2012-11-13
  • Nobody/Anonymous

    I am using Notepad++ v3.6. I have the following line in my langs.xml file. I want c++ syntax highlighting for files with an extension of .C.
    <Language name="cpp" ext="C H h hpp hxx cpp cxx cc" commentLine="//" commentStart="/*" commentEnd="*/">

    Even with this change, it uses the syntax highlighting of c only and not C++. Is there a way to force it to use C++ syntax highlighting.

    Thanks,
    Ram

     
    • MJG

      MJG - 2007-05-08

      My first guess: It's probably finding the C support before the C++ support.  --Joel

       
MongoDB Logo MongoDB