Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/udalov/kotlin-hrc
Kotlin color scheme for Far Manager's colorer-take5 plugin
https://github.com/udalov/kotlin-hrc
Last synced: 6 days ago
JSON representation
Kotlin color scheme for Far Manager's colorer-take5 plugin
- Host: GitHub
- URL: https://github.com/udalov/kotlin-hrc
- Owner: udalov
- Created: 2012-08-18T18:11:57.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-01-10T22:50:47.000Z (almost 11 years ago)
- Last Synced: 2024-10-24T22:51:36.154Z (about 2 months ago)
- Language: Kotlin
- Size: 180 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# kotlin-hrc
This is a [Kotlin](http://github.com/JetBrains/kotlin) syntax scheme for [Far Manager](http://farmanager.com)'s [colorer-take5](http://colorer.sf.net) plugin
Note that starting from **Far 3.0 build 3765** (10 Jan 2014) this syntax scheme is a part of the official Colorer plugin, distributed with the Far Manager itself. This repository is kept in sync with the official Colorer repository, located [here](https://github.com/colorer/Colorer-schemes).
## Installation (Far prior to 3.0b3765)
Far Manager and Colorer plugin **should be installed** before installing this color scheme.
1. Find your Colorer installation directory (default name is usually `farcolorer-take5.be5` or `FarColorer`) under Plugins directory.
E.g. `C:\Program Files\Far\Plugins\farcolorer-take5.be5`2. Download all the `*.hrc` files from this repository and save them to `hrc` folder of Colorer's home.
3. Insert the following lines into `hrc/proto.hrc`:
```xml
/\.(kt|jet)$/i
```
Insert those anywhere near the other prototypes, keeping the correct structure of the document.4. Restart Far Manager
##### Enjoy!