README.md

December 5, 2022 ยท View on GitHub

VB to HTML syntax hilighter

Description

Inspired by the sudden "explosion" of syntax hilighters around here I decided to roll my own, just to see how it would turn out. This is an extensible Object Oriented approach to syntax hilighting with very easy-to-read sourcecode. By default the program uses the CSS emitter, which generates colors using the included CSS file, you can switch it to use tags of you can write your own emitter with little to no effort. The parser and emitter parts of the code are completely distinct.

Right now it parses keywords, numbers, comments, strings and plain text, have fun with it, it's certainly somewhat more useful than some of the other hilighter examples I've encountered here.

Updated new version, new features:

  • Supports Progress 4GL as well as Visual Basic

  • Command line parameters for scriptability

  • Will expand and uppercase abbreviated keywords in P4GL

  • Added Plaintext emitter

  • Some general code cleanup and improvement

More Info

Submitted On2004-07-23 13:53:26
ByGerco Dries
LevelIntermediate
User Rating4.6 (23 globes from 5 users)
CompatibilityVB 5.0, VB 6.0
CategoryInternet/ HTML
WorldVisual Basic
Archive FileVB_to_HTML18113910282004.zip