Useful Resources for Creating Your Own Syntax Highlighter Extension

Introduction

Other Syntax Highlighting Extensions

  • Fuze Basic – Official SiteGitHub Repo – BASIC used for educational purposes, concise and easy to grasp the extension code.
  • Sinclair Basic – Wikipedia ArticleGitHub Repo – An older BASIC, concise and easy to grasp the extension code.
  • Envision Basic – GitHub Repo – It seems that this is a BASIC language originating from UniBasic. This particular derivation coming from Ellucian (previously Datatel).
    • Unique aspect of this code is that the syntax is written in a YAML rather than TextMate file.
  • Pascal – GitHub Repo – Offers syntax in a YAML file.
  • BlitzMax – GitHub Repo