語法高亮的XML下載地址
https://github.com/Edditoria/markdown_npp_zenburnhtml
若是經過Windows Installer安裝的Notepad++,能夠將XML重命名爲 userDefineLang.xml 直接拷貝至 %APPDATA%\Notepad++ 生效。
最後一行的語法高亮經常有問題,解決方法是在最後一行文本末尾按下回車。git
以爲代碼亮粉色不如改成淡墨藍色,變動上述XML中的github
<WordsStyle name="DELIMITERS2" fgColor="FF80C0" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
爲markdown
<WordsStyle name="DELIMITERS2" fgColor="002D7A" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
Settings --> Preferences --> Editing --> Enable(Ctrl+Mouse click/selection)code
對多個粗體關鍵字同時添加** **頗有用xml
全局變量可用於 Run 中,在Notepad++中按 F5 便可彈出 Run 窗口htm
$(FULL_CURRENT_PATH) : E:\my Web\main\welcome.html $(CURRENT_DIRECTORY) : E:\my Web\main $(FILE_NAME) : welcome.html $(NAME_PART) : welcome $(EXT_PART) : html $(NPP_DIRECTORY) : the full path of notepad++'s directory $(CURRENT_WORD) : word(s) you selected in Notepad++ $(CURRENT_LINE) : current line number $(CURRENT_COLUMN) : current column number