Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mattco98/serenityos-dsl-plugin
A plugin that provides syntax highlighting for various SerenityOS-specific file types
https://github.com/mattco98/serenityos-dsl-plugin
Last synced: 6 days ago
JSON representation
A plugin that provides syntax highlighting for various SerenityOS-specific file types
- Host: GitHub
- URL: https://github.com/mattco98/serenityos-dsl-plugin
- Owner: mattco98
- License: mit
- Created: 2023-11-05T17:23:44.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-27T22:17:04.000Z (9 months ago)
- Last Synced: 2024-10-11T00:08:10.222Z (28 days ago)
- Language: Kotlin
- Size: 1.87 MB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# SerenityOS DSL IntelliJ Plugin
![Build](https://github.com/mattco98/serenityos-intellij-plugin/workflows/Build/badge.svg)
[![Version](https://img.shields.io/jetbrains/plugin/v/SerenityOS-DSL.svg)](https://plugins.jetbrains.com/plugin/SerenityOS-DSL)
[![Downloads](https://img.shields.io/jetbrains/plugin/d/SerenityOS-DSL.svg)](https://plugins.jetbrains.com/plugin/SerenityOS-DSL)Adds syntax highlighting for SerenityOS-specific file types. Currently only supports .idl files.
Features:
- Syntax highlighting
- Block/import folding
- Import and simple type resolution
- control-click on a type to go to its definition, or on an import to go to that file
- Simple syntax errors
- Type not found (i.e. missing import statements)
- Missing spec links for interfaces
- Adds line markers to C++ types/methods that have corresponding IDL definition## Installation
- Using the IDE built-in plugin system:
Settings/Preferences > Plugins > Marketplace > Search for "SerenityOS DSL" >
Install
- Manually:Download the [latest release](https://github.com/mattco98/serenityos-intellij-plugin/releases/latest) and install it manually using
Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...## Attribution
The icon used as the plugin logo and file icon is the [WebIDL logo](https://resources.whatwg.org/logo-webidl.svg),
licensed under [CC BY 4.0](https://github.com/whatwg/webidl/blob/main/LICENSE). It has been altered slightly to have
a transparent background instead of a white background.