Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1.13 KB

File metadata and controls

29 lines (21 loc) · 1.13 KB

Pascal Language Basics

This extension provides syntax highlighting for Object Pascal code. It is built upon an existing extension: Pascal Language Basics. Pascal Language Basics does not support Object Pascal, therefore we decided to fork it and add the necessary support in this extension.

An example program

Features

Provides syntax highlighting for Object Pascal code.

  • Classes
  • Functions
  • Keywords
  • Properties
  • Arrays
  • Interfaces
  • Types
  • The 'Result' is set as a keyword to highlight what function returns.
  • Recognize T-prefix to denote structured types.
  • Recognize I-prefix to denote interfaces, e.g. IInterface.

Feature Requests

This extension is far from perfect but we are open to suggestions and improvement ideas. If you have a feature request or questions open up a ticket in our GitHub.