GeSHi / geshi-1.1

Next generation of Generic Syntax Highlighter for PHP
http://qbnz.com/highlighter/
67 stars 13 forks source link

I think you would be willing to be c / c ++ compliant? #13

Open omerfeyyaz opened 7 years ago

omerfeyyaz commented 7 years ago

NOTE: maybe not the place, but you can apply this request later in later versions Request 1: Because it was developed with php, and I use php in web programming, I do not want to use it if you make it compatible with c / c ++ or any language. Joy is like pygements Request 2: when the user writes say a, for example, write a Let's start with the records starting with a and get the description about it same javadoc If you fulfill my wishes, THANK YOU for reading these requests. THANK YOU more

BenBE commented 4 years ago

Actually I was thinking of rewriting GeSHi in C/C++ at some point; just never found the time to do the required groundwork for this.

But regarding the token information: You can register a token parser and collect your desired information from there as a starting point. The code parsers could even change things for each token if you required them to.