Difference between revisions of "Open-Source Projects"

From MiniScript Wiki
Jump to navigation Jump to search
Line 10: Line 10:
  
 
A third-party reimplementation of MiniScript in Kotlin (a more modern Java-like language which runs on the JVM).
 
A third-party reimplementation of MiniScript in Kotlin (a more modern Java-like language which runs on the JVM).
 +
 +
=== NotePad++ UDL ===
 +
https://github.com/SynapticBytes/MiniScript-UDL-for-Notepad-plus-plus
 +
 +
User-Defined Language for the NotePad++ text editor for Windows.
  
 
=== Pygments fork ===
 
=== Pygments fork ===
Line 17: Line 22:
 
[https://github.com/pygments/pygments/pull/1397 Pull request] to the main Pygments repo was slated for inclusion in version 2.6 as of Feb. 2020.
 
[https://github.com/pygments/pygments/pull/1397 Pull request] to the main Pygments repo was slated for inclusion in version 2.6 as of Feb. 2020.
  
=== NotePad++ UDL ===
+
=== Highlight.js Package ===
https://github.com/SynapticBytes/MiniScript-UDL-for-Notepad-plus-plus
+
https://github.com/JoeStrout/highlightjs-miniscript
  
User-Defined Language for the NotePad++ text editor for Windows.
+
Add-on language module for [https://github.com/highlightjs/highlight.js Highlight.js].
  
 
=== Games/Apps/Programs written in MiniScript ===
 
=== Games/Apps/Programs written in MiniScript ===
  
 
* '''Annelids''': https://github.com/JoeStrout/annelids
 
* '''Annelids''': https://github.com/JoeStrout/annelids

Revision as of 16:47, 27 February 2020

This page is a collection of links to open-source projects in or for MiniScript.

Main Repository

https://github.com/JoeStrout/miniscript

Official repository of source code for the MiniScript language (both C# and C++ versions), as well as Command-Line MiniScript.

Kotlin version of MiniScript

https://github.com/Arcnor/miniscript-kt

A third-party reimplementation of MiniScript in Kotlin (a more modern Java-like language which runs on the JVM).

NotePad++ UDL

https://github.com/SynapticBytes/MiniScript-UDL-for-Notepad-plus-plus

User-Defined Language for the NotePad++ text editor for Windows.

Pygments fork

https://github.com/JoeStrout/pygments

Fork of the Pygments syntax-coloring library which adds support for MiniScript. Pull request to the main Pygments repo was slated for inclusion in version 2.6 as of Feb. 2020.

Highlight.js Package

https://github.com/JoeStrout/highlightjs-miniscript

Add-on language module for Highlight.js.

Games/Apps/Programs written in MiniScript