How can I have D syntax highlighting?
-
I’ve downloaded the 64bit version of Notepad++ 7.3.3 but it doesn’t seem that it supports syntax highlighting for D source files, even though I read everywhere online that it should. The Language menu option is set to D too. Is there an xml file I can download from somewhere to make it work?
-
Works for me with 32-bit version and testfile http://www.dsource.org/projects/dlanchat/browser/trunk/dlanchat/client/Main.d. Also 64-bit is ok regarding highlighting and code folding support.
There is no config for the function list.
-
I downloaded the x64 version from here https://notepad-plus-plus.org/download/v7.3.2.html and reeinstalled it, and definitely doesn’t work. Is it in an older version?
-
Just tried it with the 32bit version from that url, same results. Also there isn’t a D language option in the Settings->Style Configurator dialog, for both versions
-
Not all themes support all languages. So try the default theme.
If you are using the default theme then you’ll have to delete your
stylers.xml
file (probably located in your%APPDATA%
directory) -
Wow thank you! I didn’t think that it was due to the fact that i changed the theme. Changed it back to the default and works like a charm!