Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/guoyunhe/kate-syntax
Additional syntax highlighting for Kate and source code test file
https://github.com/guoyunhe/kate-syntax
css html javascript kate kate-syntax less php sass syntax-highlighting
Last synced: 12 days ago
JSON representation
Additional syntax highlighting for Kate and source code test file
- Host: GitHub
- URL: https://github.com/guoyunhe/kate-syntax
- Owner: guoyunhe
- License: gpl-3.0
- Created: 2016-09-15T10:55:41.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-04T14:07:56.000Z (over 7 years ago)
- Last Synced: 2024-11-12T00:12:04.417Z (2 months ago)
- Topics: css, html, javascript, kate, kate-syntax, less, php, sass, syntax-highlighting
- Language: PHP
- Homepage:
- Size: 66.4 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kate Syntax Highlighting
Some improved syntax highlighting for Kate, the KDE advanced text editor. Mainly
syntax for web programming languages.Use PHP as XML generators. It save a lot of efforts. You can share common data
between different syntax.## What is included
- Stylesheets
- CSS
- LESS
- SCSS
- Stylus
- Scripts
- TypeScript (TODO)
- JSX (TODO)
- TSX (TODO)
- HTML Templates
- Smarty (TODO)
- Twig (TODO)
- Blade
- Jade/PugSyntax | Development status | Kate release
-----------|--------------------|-------------
CSS | Done | Released
SCSS | Done | Released
Blade | Done |
Jade/Pug | Done |
LESS | Done |
Stylus | Todo |
TypeScript | Todo |
JSX | Todo |
TSX | Todo |
Smarty | Todo |
Twig | Todo |## How to use it
Syntax highlighting files will be pushed into official Kate repository when they
are ready. However, this process is probably **very slow** because I am not a
team member of Kate project. Each patch requires reviewing and it usually takes
months. If you need it urgently, just clone through git or download zip, then
run `make install`. To uninstall, run `make uninstall`.