An open API service indexing awesome lists of open source software.

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

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` . ![Menu](/pics/import_settings.png)
1. Click on the `...` to choose a file ![Select file](/pics/select_file.png)
1. Select the file you just unzipped ![File picker](/pics/file_picker.png)
1. Click `Next`
1. From the picker, choose `Kotlin source` and click `Next` ![Kotlin source](/pics/click_next.png)
1. Click `Finish`![Press finish](/pics/press_finish.png)
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" ![Example](/pics/try_it.png)

# 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)