An open API service indexing awesome lists of open source software.

https://github.com/louisdevie/kv-syntax

kv language package for sublime text
https://github.com/louisdevie/kv-syntax

highlight highlighting kv-lang kv-language kv-syntax sublime-package sublime-snippets sublime-syntax sublime-text sublime-text-3

Last synced: 4 months ago
JSON representation

kv language package for sublime text

Awesome Lists containing this project

README

          

# kv-syntax
### Kv Language package for Sublime Text 3/4

### It's in the public domain (see the [CC0](https://creativecommons.org/publicdomain/zero/1.0/) for more information)

### Installation:
- Download this repo
- In Sublime Text, go to **Preferences** > **Browse Packages**
- Open the `User` folder
- Put the whole `kvlang` folder here

### Features
- Syntax highlight (automatic on `*.kv` files and those wich starts by `#:kivy [...]`) following the [kivy documentation](https://kivy.org/doc/stable/guide/lang.html)
- Automatic indentation after a line ending with a colon
- Snippets for [UX Widgets and Layouts (except ScatterLayout)](https://kivy.org/doc/stable/api-kivy.uix.html)
- Highlight and indentation should work with KivyMD as well, but not the snippets.