NimLime
Super Nim Plugin for Sublime Text 2/3
Details
Installs
- Total 11K
- Win 5K
- Mac 3K
- Linux 4K
Nov 29 | Nov 28 | Nov 27 | Nov 26 | Nov 25 | Nov 24 | Nov 23 | Nov 22 | Nov 21 | Nov 20 | Nov 19 | Nov 18 | Nov 17 | Nov 16 | Nov 15 | Nov 14 | Nov 13 | Nov 12 | Nov 11 | Nov 10 | Nov 9 | Nov 8 | Nov 7 | Nov 6 | Nov 5 | Nov 4 | Nov 3 | Nov 2 | Nov 1 | Oct 31 | Oct 30 | Oct 29 | Oct 28 | Oct 27 | Oct 26 | Oct 25 | Oct 24 | Oct 23 | Oct 22 | Oct 21 | Oct 20 | Oct 19 | Oct 18 | Oct 17 | Oct 16 | Oct 15 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 1 | 2 | 0 | 2 | 1 | 1 | 2 | 1 | 0 | 0 | 0 | 1 | 1 | 0 | 1 | 1 | 0 | 1 | 4 | 2 | 3 | 3 | 0 | 0 | 3 | 1 | 2 | 1 | 2 | 2 | 2 | 1 | 2 | 4 | 3 | 0 | 0 | 1 | 1 | 1 | 1 | 1 | 2 | 0 | 1 |
Mac | 0 | 1 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 2 | 1 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 2 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 2 | 2 | 2 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 1 | 1 | 0 | 1 | 0 | 0 | 0 | 2 | 0 | 1 | 0 | 0 | 1 | 0 | 5 | 0 | 0 | 2 | 1 | 2 | 1 | 0 | 1 | 0 | 1 | 2 | 3 | 0 | 0 | 0 | 0 | 3 | 1 | 2 | 1 | 1 | 0 |
Readme
- Source
- raw.githubusercontent.com
NimLime
Nim Programming Language plugin for Sublime Text
Features
- Syntax highlighting.
- Snippets.
- Automatic continuation of doc comments.
Installation
Latest/Unstable
Note that the latest version comes directly from the repository, and thus may be broken at any time! Thus, it is only recommended for those who wish to either help develop NimLime, or can work around bugs.
- Summon the command palette and select
Package Control: Add repository
- Enter the project's URL (https://github.com/nim-lang/NimLime)
- Install
NimLime
through Package Control
Stable
- Install
NimLime
through Package Control (this version is usually older than the one here)
Settings
See Preferences -> Package Settings -> NimLime
Contributing
Pull requests are welcome! See DEVELOPMENT.md for an overview of NimLime's design.
Clone the repository in your Sublime package directory.
Install the PackageDev.
Modify the .YAML-tmLanguage
files and regenerate the .tmLanguage
files
by summoning the command palette and selecting the Convert (YAML, JSON, PLIST) to...
command. Don't modify the .tmLanguage
files, they will be overwritten!