Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.67 KB

readme.md

File metadata and controls

29 lines (19 loc) · 1.67 KB

FreeMarker_NPP - FreeMarker basic syntax higlighting for Notepad++

FreeMarker_NPP is a User Defined Language for Notepad++ that provides basic syntax highlighting for the FreeMarker template language.

FreeMarker_NPP is licensed under The MIT License (see license.txt file)

##Install

  1. Make sure you have Notepad++ installed with the option to use %APPDATA% (which is the default).

  2. Download and unzip the zipped freemarker_udl1.xml from the (new) download site (This is the only file you need in order to use FreeMarker_NPP.)

  3. Start Notepad++ and open the "Define your language..." (Under the "Language" tab)
    user defined languages dialog screenshot

  4. Click "import" and select the unzipped FreeMarker_udl1.xml file.
    import user defined language dialog

  5. Restart Notepad++

  6. Open .ftl file and you should now have syntax highlighting.

Features

FreeMarker_NPP provides basic syntax highlighting. FreeMarker_NPP is not a full lexer for FreeMarker and does not correctly highlight all elements of FreeMarker markup specification.

Highlighted element:

  • Comments
  • Builtins
  • Directives
  • reserved words