Inform 6 support in Notepad++ Here is package of syntax highlighting and auto-completion for NPP. These tools include more than 600 keywords and statements of I6 and RInform (Russian Inform library). UDL INSTALLATION GUIDE To install UDL (User Defined Language) choose Language -> User Defined Language -> Define your language. Then import inform6_udl.xml from userDefineLangs folder. To add the language to language bar choose Inform 6 from drop-down list and press Save as Inform. To apply language to the current document just click on language bar and choose Inform. Inform 6 can be safely removed from the list. All keywords and statements are grouped in categories (based on DM4 and IBG): (orange) — statements (light green) — strings (green) — dictionary words (blue) — compilation parameters (grey) — comments <1st group> (jade) — tokens <2nd group> (blue) — directives <3rd group> (drab) — ZSCII, opcodes <4th group> (violet) — library constants, variables, objects, arrays and classes <5th group> (brown) — object properties <6th group> (yellow) — object attributes <7th group> (drab) — actions <8th group> (white) — built-in (library) routines and functions (coral) — user constants, variables and routines numbers — burgundy Input case is important. To modify UDL use Define your language form. All changes are saved and applied automatically. To save changes to a file press Export. UDL manuals: https://ivan-radic.github.io/udl-documentation/ https://npp-user-manual.org/docs/user-defined-language-system/ AUTO-COMPLETION INSTALLATION GUIDE To install auto-completion copy autoCompletion folder to installed folder Notepad++. The changes will take effect after restarting the program. You can set up auto-completion mode in menu Settings -> Preferences -> Auto-completion. Auto-completion manual: https://npp-user-manual.org/docs/auto-completion/