notepad-plus-plus-legacy/PowerEditor/misc/npp.help/HTML/Built-in Languages.html

17 lines
1.2 KiB
HTML
Raw Normal View History

<!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">
</head>
<body>
<h1>Built-in languages</h1>
<p>Standard
Notepad++ comes preloaded with a list with over 50 among the most popular
languages. You can select those languages using the Language
menu&nbsp;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
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.
</body></html>