You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
how to Syntax Highlighter Phyton
like this:
import sys
import os
import mimetypes
from wsgiref import simple_server, util
def app(environ, respond):
The text was updated successfully, but these errors were encountered: