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
- Host: GitHub
- URL: https://github.com/louisdevie/kv-syntax
- Owner: louisdevie
- License: cc0-1.0
- Created: 2021-05-17T17:14:43.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-10-24T10:23:26.000Z (over 4 years ago)
- Last Synced: 2025-10-10T00:38:39.617Z (9 months ago)
- Topics: highlight, highlighting, kv-lang, kv-language, kv-syntax, sublime-package, sublime-snippets, sublime-syntax, sublime-text, sublime-text-3
- Homepage:
- Size: 57.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.