rla / kate-ejs

Embedded JavaScript (EJS) template support for the Kate's HTML highlighter.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kate-ejs

Embedded JavaScript (EJS) template support for the Kate's HTML highlighter.

Example

Example

Installation

First find the location of the kate/katepart syntax files:

find /usr -iname "katetemplate.xml"

This will output something like this:

/usr/share/apps/katepart/syntax/katetemplate.xml

The file ejs.xml has to be then copied to the /usr/share/apps/katepart/syntax directory. After restarting Kate, the new highlighter should be available. By default it supports files with the *.ejs extension. The extension can be configured in Settings -> Configure Kate -> Editor Component -> Open/Save -> Modes & Filetypes.

Similar projects:

License

The MIT License

About

Embedded JavaScript (EJS) template support for the Kate's HTML highlighter.

License:MIT License