Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/parmaja/phpmsh
PHP Syntax Highlighter PHP, Pascal, SQL, VB source code
https://github.com/parmaja/phpmsh
abandoned css highlighter php syntax-highlighting
Last synced: 21 days ago
JSON representation
PHP Syntax Highlighter PHP, Pascal, SQL, VB source code
- Host: GitHub
- URL: https://github.com/parmaja/phpmsh
- Owner: parmaja
- Created: 2011-10-01T17:38:08.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2015-02-15T19:10:21.000Z (almost 10 years ago)
- Last Synced: 2024-03-26T06:24:59.613Z (9 months ago)
- Topics: abandoned, css, highlighter, php, syntax-highlighting
- Language: PHP
- Homepage:
- Size: 285 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- Changelog: changes.txt
Awesome Lists containing this project
README
PHP Multi Syntax Highlighter
============================phpMSH is a syntax highlighter will "beautify" PHP, Pascal, Delphi,
Applescript, CPP, VB, and D source code.It does not use pcre function or ereg functions , and allows syntax code continually
line by line to reduce memory usage.You can write your favorite code syntax, however keep in mind not use long
string variables to prevent large memory usage or crashing. If you wish,
send me list of Keywords and string rules with samples and email them to me.
I will make a new class to support your favorite language and send add them
to the package.