Difference between revisions of "Tools"
Jump to navigation
Jump to search
(Created page with "This page lists some external tools that work well with MiniScript. See also Open-Source projects. == Source Code Editors == === NotePad++ UDL === https://github.com/S...") |
|||
Line 1: | Line 1: | ||
This page lists some external tools that work well with MiniScript. | This page lists some external tools that work well with MiniScript. | ||
− | See also [[Open-Source | + | See also [[Open-Source Projects]]. |
== Source Code Editors == | == Source Code Editors == |
Revision as of 14:57, 3 April 2020
This page lists some external tools that work well with MiniScript.
See also Open-Source Projects.
Contents
Source Code Editors
NotePad++ UDL
https://github.com/SynapticBytes/MiniScript-UDL-for-Notepad-plus-plus
User-Defined Language for the NotePad++ text editor for Windows.
VS Code Language Module
https://bitbucket.org/colinmac/miniscript-syntax/src/master/
Provides MiniScript syntax highlighting for Visual Studio Code.
Syntax Coloring for the Web =
Pygments fork
https://github.com/JoeStrout/pygments
Fork of the Pygments syntax-coloring library which adds support for MiniScript. Marged into the main Pygments repo on Feb. 29, 2020.
Highlight.js Package
https://github.com/JoeStrout/highlightjs-miniscript
Add-on language module for Highlight.js.