An open API service indexing awesome lists of open source software.

https://github.com/rla/kate-ejs

Embedded JavaScript (EJS) template support for the Kate's HTML highlighter.
https://github.com/rla/kate-ejs

ejs highlighter javascript kate kde

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# kate-ejs

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

[ejs]:https://github.com/mde/ejs

## Example

![Example](example/file.png)

## 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