https://github.com/nim-lang/nimlime
The official Nim programming language plugin for Sublime Text
https://github.com/nim-lang/nimlime
language-syntax nim snippets sublime
Last synced: 21 days ago
JSON representation
The official Nim programming language plugin for Sublime Text
- Host: GitHub
- URL: https://github.com/nim-lang/nimlime
- Owner: nim-lang
- License: mit
- Created: 2013-12-03T20:02:28.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2025-04-01T09:00:56.000Z (29 days ago)
- Last Synced: 2025-04-09T06:09:36.414Z (21 days ago)
- Topics: language-syntax, nim, snippets, sublime
- Language: Nim
- Homepage:
- Size: 1.45 MB
- Stars: 138
- Watchers: 12
- Forks: 34
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Support: Support/Comments.tmPreferences
Awesome Lists containing this project
README
Nim
===The official Nim Programming Language plugin for Sublime Text.
Features
--------* Syntax highlighting.
* Snippets.
* Automatic continuation of doc comments.Installation
------------1. Run `Package Control: Install Package` from the command palette.
2. Choose `Nim`.It is also recommended to install [LSP-nimlangserver](https://packagecontrol.io/packages/LSP-nimlangserver)
to enjoy IDE-like features.Settings
--------See Preferences -> Package Settings -> Nim
Contributing
------------Pull requests are welcome! See DEVELOPMENT.md for an overview of Nim's design.
Clone the repository in your Sublime package directory.
Install the [PackageDev](https://github.com/SublimeText/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!