https://github.com/trademe/kotlinbeyondcompare
A Kotlin syntax plugin for Beyond Compare
https://github.com/trademe/kotlinbeyondcompare
Last synced: over 1 year ago
JSON representation
A Kotlin syntax plugin for Beyond Compare
- Host: GitHub
- URL: https://github.com/trademe/kotlinbeyondcompare
- Owner: TradeMe
- License: mit
- Created: 2019-02-24T20:11:05.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-28T19:23:19.000Z (over 7 years ago)
- Last Synced: 2025-01-26T07:24:09.182Z (over 1 year ago)
- Language: Kotlin
- Homepage:
- Size: 2.66 MB
- Stars: 2
- Watchers: 9
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Kotlin grammar for Beyond Compare
A file format plugin for [Beyond Compare 4](http://scootersoftware.com) with basic Kotlin syntax highlighting.
# Usage
1. Download the latest release from [here](../../releases/latest)
1. Unzip the file somewhere
1. Open Beyond Compare and choose `Tools > Import Settings` . 
1. Click on the `...` to choose a file 
1. Select the file you just unzipped 
1. Click `Next`
1. From the picker, choose `Kotlin source` and click `Next` 
1. Click `Finish`
1. You can check if it works by choosing from the menu `Tools > Edit text file` and then changing the syntax highlighting (top-left dropdown) to "Kotlin source" 
# Contributing
Bug fixes or additions that track new language features are welcome! Especially, we would like to welcome first-time open-source contributors! Please read [here](CONTRIBUTING.md) for more info on how to contribute.
# Legal
Copyright (c) 2019 Trade Me
Licenced under [MIT](LICENSE)
Beyond Compare is a trademark of [Scooter Software Inc.](http://scootersoftware.com)
Kotlin is a trademark of [Kotlin Foundation](https://kotlinlang.org/foundation/kotlin-foundation.html)