zufuliu / notepad4

Notepad4 (Notepad2⨯2, Notepad2++) is a light-weight Scintilla based text editor for Windows with syntax highlighting, code folding, auto-completion and API list for many programming languages and documents, bundled with file browser plugin matepath.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

自定义语法高亮没有生效

zhangbaida888 opened this issue · comments

自定义语法高亮,添加了新的文件类型,打开文件没有自动语法高亮,功能不生效。
image
Desktop.zip

tpl is used in "Web Source Code" scheme, which matched first before "Ini Config File". Schemes matched in following order:
Text File -> 2nd Text File -> Favorite Schemes (in specified order) -> rest schemes (in alphabetical order).
image

Here are two ways to fix this:

  1. Remove tpl from "Web Source Code" scheme.
  2. Move "Ini Config File" into "Favorite Schemes" before "Web Source Code".

Thanks, issue resolved.