Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vkostyukov/kotlin-sublime-package
Sublime Text 2 Package for Kotlin Programming Language
https://github.com/vkostyukov/kotlin-sublime-package
Last synced: 7 days ago
JSON representation
Sublime Text 2 Package for Kotlin Programming Language
- Host: GitHub
- URL: https://github.com/vkostyukov/kotlin-sublime-package
- Owner: vkostyukov
- License: apache-2.0
- Created: 2012-07-31T08:08:07.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2021-08-04T18:57:12.000Z (over 3 years ago)
- Last Synced: 2024-10-27T06:39:28.778Z (16 days ago)
- Homepage:
- Size: 438 KB
- Stars: 138
- Watchers: 7
- Forks: 42
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-kotlin-cn - Sublime Package - Sublime Text 2 Package for Kotlin Programming Language (开源库和框架 / 编辑器)
README
Kotlin Sublime Text Package
=============================This is [Sublime Text](http://www.sublimetext.com/) package for [Kotlin](http://kotlin.jetbrains.org/) programming language.
![Kotlin Sublime Text 2 Package Screenshoot](https://raw.github.com/vkostyukov/kotlin-sublime-package/master/scrot.png)
Overview
--------The following modules already implemented:
* Kotlin Syntax Defenition
Kotlin.tmLanguage
Download
--------- The latest avaliable archived package: [Kotlin.sublime-package](https://github.com/downloads/vkostyukov/kotlin-sublime-package/Kotlin.sublime-package)
- Tagged zip: [kotlin-sublime-package-1.0.zip](https://github.com/vkostyukov/kotlin-sublime-package/archive/kotlin-sublime-package-1.0.zip)
- Current zipball: [kotlin-sublime-package-master.zip](https://github.com/vkostyukov/kotlin-sublime-package/archive/master.zip)Installation
-----------There are three ways to install Kotlin Sublime Package:
- Using archived package (
kotlin.sublime-package
)
- Using version control system (GitHub)
- Using raw files (Kotlin.tmLanguage
) from repository treeThere is [an instruction](http://sublimetext.info/docs/en/extensibility/packages.html) with detailed steps for any type of installation.
Contribution
------------If you want to contribute to this project, first of all you need to download the latest version of [AAAPackageDev](https://bitbucket.org/guillermooo/aaapackagedev) - useful tool for Sublime Text Packages developing.
Then you can follow the tutorials:* [Syntax Defenitions](http://sublimetext.info/docs/en/extensibility/syntaxdefs.html) for changing the syntax defenition file
* [Snippets](http://sublimetext.info/docs/en/extensibility/snippets.html) for changing the snippet filesThere is also [a full documentation](http://sublimetext.info/docs/en/extensibility/extensibility.html) of Sublime Text extending.
The best way to contribute is to send pull-requests though GitHub interface.
Links
-----* https://github.com/vkostyukov/kotlin-sublime-package
* http://www.sublimetext.com/
* http://kotlin.jetbrains.org/----
by [Vladimir Kostyukov](https://twitter.com/vkostyukov), 2017