Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 1.16 KB

README.md

File metadata and controls

36 lines (27 loc) · 1.16 KB

##Kivy language syntax definition for Sublime Text GitHub tag Status

Build system/Preview

Open kv file, press Ctrl + B. After change and save kv file, preview window automatically update widgets.

Instalation

With The Package Control Plugin

Press Ctrl + Shift + P to open the Command Palette type pack install, search for Kivy Language and press enter.

Use Cmd instead of Ctrl on Mac OS X.

On Linux:

cd ~/.config/sublime-text-3/Packages/
git clone https://github.com/ivlevdenis/kivylng.git "Kivy Language"

On Windows:

cd %APPDATA%/Sublime Text 3/Packages/
git clone https://github.com/ivlevdenis/kivylng.git "Kivy Language"

On Mac:

cd ~/Library/Application\ Support/Sublime\ Text\ 3/Packages/
git clone https://github.com/ivlevdenis/kivylng.git "Kivy Language"