The Kotlin Syntax Highlighter is a Visual Studio Code extension that provides syntax highlighting for Kotlin code, styled with the popular Darcula theme. Designed with developers in mind, this extension ensures clarity and readability while coding in Kotlin. Furthermore, it is compatible with the GitLab Web IDE, enhancing the coding experience in collaborative environments.
- Kotlin Syntax Highlighting: Accurate and visually appealing highlighting for Kotlin keywords, classes, functions, and more.
- Darcula Theme Integration: The extension employs the Darcula theme to maintain consistency with popular IDEs like IntelliJ IDEA.
- GitLab Web IDE Support: Seamlessly works within the GitLab Web IDE to ensure consistent syntax highlighting when editing Kotlin files.
- Lightweight and easy to use.
- Open Visual Studio Code.
- Navigate to the Extensions View by clicking on the Extensions icon in the Activity Bar or pressing
Ctrl+Shift+X. - Search for
Kotlin Syntax Highlighter. - Click Install.
- Once installed, the syntax highlighting will automatically apply to
.ktand.ktsfiles.
- Open any Kotlin (
.ktor.kts) file. - The Darcula-themed syntax highlighting will be applied automatically.
- Open a Kotlin file in the GitLab Web IDE.
- The extension ensures consistent syntax highlighting, leveraging the Darcula theme style.
- Visual Studio Code version 1.70.0 or higher.
- GitLab Web IDE compatibility requires an active GitLab project.
Contributions are welcome! To contribute:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Commit your changes with clear descriptions.
- Submit a pull request for review.
If you encounter any issues or have feature requests, please report them via the GitHub Issues page.
This extension is licensed under the MIT License.
Special thanks to:
- JetBrains for the inspiration behind the Darcula theme.