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.
- Host: GitHub
- URL: https://github.com/rla/kate-ejs
- Owner: rla
- License: mit
- Created: 2016-01-12T19:01:32.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-12T19:11:49.000Z (over 9 years ago)
- Last Synced: 2025-01-16T10:58:35.392Z (5 months ago)
- Topics: ejs, highlighter, javascript, kate, kde
- Size: 59.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

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