-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Ease code syntax coloring for Typee website
Running the script on any T code to automate this code preparation would greatly ease its publishing on Typee website with syntax coloring.
Describe the solution you'd like
A dedicated application taking as argument either the path to some code on disk or a string. This could take benefit of the PEG parser and would take as actions the sole coloring of the related text, providing it in an output file or directly on console for copy/paste.
Describe alternatives you've considered
Could be implemented as a Python script, but this solution would need the coding of a parser in Pyhton.
Additional context
Notice: The .cfg file associated to Typee syntax in Notepad++ could be used as well to implement a simpler script in Python or to be used as a starting point for initiating the implementation of such a script.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status