https://github.com/vheidari/kateeditor-plantuml
✨ KateEditor-PlantUML, is a syntax highlighter for the Kate Editor, designed specifically for PlantUML.
https://github.com/vheidari/kateeditor-plantuml
kate-editor plantuml uml uml-class-diagram uml-diagram uml-diagrams
Last synced: 28 days ago
JSON representation
✨ KateEditor-PlantUML, is a syntax highlighter for the Kate Editor, designed specifically for PlantUML.
- Host: GitHub
- URL: https://github.com/vheidari/kateeditor-plantuml
- Owner: vheidari
- License: mit
- Created: 2023-10-29T19:49:39.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-07T20:53:17.000Z (over 1 year ago)
- Last Synced: 2025-02-07T05:26:28.550Z (3 months ago)
- Topics: kate-editor, plantuml, uml, uml-class-diagram, uml-diagram, uml-diagrams
- Language: Shell
- Homepage:
- Size: 63.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# KateEditor-PlantUML
`KateEditor-PlantUML`, is a `syntax` highlighter for the `Kate Editor`, designed specifically for `PlantUML`.## Install :
To install it, you should copy `PlantUML.xml` to the `Kate` syntax folder, depending on your operating system, following the correct path for yourself.## Unix/Linux
Please add the `PlantUML.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 `PlantUML.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]`