2009-09-19 21:43:11 +00:00
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
< html > < head > < meta content = "text/html; charset=UTF-8" http-equiv = "content-type" > < title > Built-in Languages< / title >
< link rel = "stylesheet" href = "styles.css" type = "text/css" >
2009-07-02 12:45:08 +00:00
< / head >
2009-09-19 21:43:11 +00:00
< body >
< h1 > Built-in languages< / h1 >
2009-07-02 12:45:08 +00:00
< p > Standard
2009-11-23 01:34:38 +00:00
Notepad++ comes preloaded with a list with over 50 among the most popular
2009-07-02 12:45:08 +00:00
languages. You can select those languages using the Language
menu and configure their style using the < a href = "Styler%20Configurator.html" > Styler Configurator< / a > . Most
often the correct language is selected when opening a file based on the
extension or filename (as is the case for makefiles) but you can always
select another one. When saving a session, the selected language will
be remembered, but closing and reopening the file will trigger the
autodetection again. You can change the extensions that are associated
2009-09-19 21:43:11 +00:00
with a language using the < a href = "Styler%20Configurator.html#Extension" > Styler Configurator< / a > . Also, custom keywords can be added to most languages: when selecting an adequate (language, style item) pair, the Styler Configurator displayys a text area where extra keywords can be typed in, separated with spaces.
2009-07-02 12:45:08 +00:00
< / body > < / html >