Open andyhebear opened 3 years ago
You probably want to find some other examples of people having created their own rules for a custom language implementation. This editor does allow for custom language highlighting based on xml I think it is, as well as programmatically. I will link an example of how I once did it programmatically. This is the method I used to create rules for Windows Batch files syntax highlighting.
@andyhebear , you can refer this PR https://github.com/PavelTorgashov/FastColoredTextBox/pull/249 where I added support for Assembly Language
how to Syntax Highlighter Phyton like this: import sys import os import mimetypes from wsgiref import simple_server, util
def app(environ, respond):