This is the backend source of the NuSMV VSCode Extension
This plugin makes use of the xtext grammar used nuseen, the Eclipse NuSMV model checker.
To build, run ./gradlew shadowJar
To run on a localhost jetty server, run ./gradlew jettyRun
and navigate to http://localhost:8080 on a web browser