Add instructions for installing the KDE syntax highlighting support

This commit is contained in:
Olivier 'reivilibre' 2021-09-17 21:27:32 +01:00
parent 5962d7863c
commit 48d6a70943
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
KDE Syntax Highlighter Files for Scone Menu Language
====================================================
To install:
```
mkdir -p ~/.local/share/org.kde.syntax-highlighting/syntax/
cp scoml.xml ~/.local/share/org.kde.syntax-highlighting/syntax/
```