Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vheidari/kateeditor-jakt
✨ KateEditor-JAKT is a syntax highlighter for the Kate Editor, designed specifically for JAKT language.
https://github.com/vheidari/kateeditor-jakt
jakt kate kate-editor serenityos syntax-highlighting
Last synced: 24 days ago
JSON representation
✨ KateEditor-JAKT is a syntax highlighter for the Kate Editor, designed specifically for JAKT language.
- Host: GitHub
- URL: https://github.com/vheidari/kateeditor-jakt
- Owner: vheidari
- License: mit
- Created: 2023-11-25T22:32:56.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-06T00:08:36.000Z (about 1 year ago)
- Last Synced: 2023-12-06T23:28:23.024Z (about 1 year ago)
- Topics: jakt, kate, kate-editor, serenityos, syntax-highlighting
- Language: C
- Homepage:
- Size: 97.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# KateEditor-JAKT
`KateEditor-JAKT` is a `syntax` highlighter for the `Kate Editor`, designed specifically for `JAKT language`.## Install :
To install it, you should copy `Jakt.xml` to the `Kate` syntax folder, depending on your operating system, following the correct path for yourself.## Unix/Linux
Please add the `Jakt.xml` file to the path provided below:```Bash
# For all users
/usr/share/katepart5/syntax# For current user
$HOME/.local/share/katepart5/syntaxor
$HOME/.local/share/org.kde.syntax-highlighting/syntax
```
>Note: If either the directory `katepart5` or `org.kde.syntax-highlighting` does not exist in the `$HOME/.local/share/` path, you must create one.>Note: Additionally, if the directory syntax does not exist in either the `/usr/share/katepart5/` or `$HOME/.local/share/katepart5/` path, you must create one.
## Windows
Please add the `Jakt.xml` file to the path below.```Bash
%USERPROFILE%/AppData/Local/org.kde.syntax-highlighting/syntax
```
>Note : If the directory `syntax` does not exist, you must create one in this path: `%USERPROFILE%/AppData/Local/org.kde.syntax-highlighting/`.>Note : `%USERPROFILE%/` in Windows is a short path for `C://User/[yourusername]`