Bixilon / glsl-plugin-idea

GLSL support for JetBrains IDE's

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GLSL Plugin

GLSL plugin support for JetBrains IDE's. Feel free to report any issue, problem, bug or add any request.

Plugin Page

Build & Run

git clone https://github.com/walt-grace/glsl-plugin-idea.git

Assuming you're developing with Intellij - and you want to develop with Intellij:

  1. Generate grammar. Execute the generateGrammarClean task from gradle.build file or under Tasks/other if you use the Gradle tab.
  2. Run. Execute the runIde task (Intellij will build the project and then run the instance).

* If you're only interested in building the project without running it you can use task buildPlugin after step 1.

Test

Just execute the test task from the Gradle tab or run specific classes or tests from within the ide.

About

GLSL support for JetBrains IDE's

License:Apache License 2.0


Languages

Language:GLSL 45.1%Language:Kotlin 30.2%Language:HTML 18.9%Language:Lex 5.8%Language:JavaScript 0.0%