File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -27,12 +27,14 @@ Almost 80 Programming Languages are supported by Notepad++:
2727| Verilog | XML | YAML | | |
2828
2929
30- Notepad++ supports for their [ syntax highlighting] ( ../preferences/#style-configurator ) (customizable),
30+ For these languages, Notepad++ supports [ syntax highlighting] ( ../preferences/#style-configurator ) (customizable),
3131syntax folding, [ auto-completion] ( ../auto-completion/ ) (customizable),
3232[ function list] ( ../function-list/ ) (customizable via PCRE in xml file).
3333
34- If your beloved language is not in the list above, you can define it by your
35- own easily, by using
36- [ User Defined Languages System] ( ../user-defined-language-system/ ) .
37-
34+ If your beloved language is not in the list above, you can define it yourself easily, by using the
35+ [ User Defined Languages System] ( ../user-defined-language-system/ ) . If that doesn't meet your needs,
36+ you could write (or have someone else write) a [ lexer plugin] ( ../plugins/#building-a-lexer-plugin ) .
3837
38+ Please note that in Notepad++ v8.3 and newer, Notepad++ will no longer perform syntax highlighting
39+ \on files that are over 200MB -- this prevents extreme performance slowdown caused by trying to
40+ syntax highlight extremely large files.
You can’t perform that action at this time.
0 commit comments