I have been using the [Codemirror] highlighters for years on this site, and it is now time to step away from them and start using my own system.
I have been working on a [Server-Side] Script for highlighting code for the last week and am nearing completion of the first step.
I say first step because this will be an ongoing project that will be updated as needed or when I decide to add something extra.
You will be able to tell when it is released to the site, as the site name will appear on the header border of the [SynTax highlighter].
Since it is not JavaScript-based like Codemirror, it will not have the same bandwidth overhead for the visitor as I have seen with Codemirror.
It uses the latest version of [JQuery]/[3.7.1]/[jquery.min.js] hosted on my server, so as not to cause any additional bandwidth lag when there are internet issues on either side.
42 lines of JS code are placed at the page's bottom. Besides that, no extra JS libraries are required to run the code. There are some limitations that I will have to do some research on, but I do not think it will be that huge of a deal.
[Will I be releasing it?]
I have been thinking about this, but it will not be released to the public at this moment. If I decide to release it in the future, I will determine if it will be open-source or paid.
I love the idea of having it on a site such as GitHub for a community-supported project, but right now, it is just a passion project I've wanted to do for years, but never knew how to start.
Currently, the code only runs on [Classic ASP]/[VBScript], as that is my development code of choice, but I will port it to ASP.NET C# and VB.