usebruno / bruno-ide-extensions

Bruno IDE Extensions
MIT License
34 stars 9 forks source link

IntelliJ-Plugin: Import VSCode TextMate Bundle #10

Open marfranke opened 4 months ago

marfranke commented 4 months ago

Describe the feature you want to add

The TextMate Plugin is bundled in IntelliJ (Community and Ultimate Version) and provides an easy way to add custom languages to IntelliJ, at least some features like basic syntax highlighting. The Plugin even includes some languages: image

Adding new languages can be done in two ways:

  1. Importing the bundle yourself via TextMate Plugin Settings
  2. Community Plugins may use the TextMateBundleProvider Extension Point to include TextMate Bundles in their Plugin. And this is what I want.

Mockups or Images of the feature

image