tree-sitter-pascal

Crates.iotree-sitter-pascal
lib.rstree-sitter-pascal
version0.10.0
created_at2025-02-19 22:57:20.793488+00
updated_at2025-02-19 22:57:20.793488+00
descriptionPascal grammar for the tree-sitter parsing library
homepage
repositoryhttps://github.com/Isopod/tree-sitter-pascal
max_upload_size
id1561983
size3,978,420
(Isopod)

documentation

README

tree-sitter-pascal

Grammar for Pascal and its dialects Delphi and Freepascal.

Supported language features

  • Classes, records, interfaces, class helpers
  • Nested declarations
  • Variant records
  • Generics (Delphi- & FPC flavored)
  • Anonymous procedures & functions
  • Inline assember (but no highlighting)
  • Extended RTTI attributes
  • FPC PasCocoa extensions

Tree-sitter features:

  • Syntax highlighting
  • Scopes

Screenshots

(using nvim-treesitter)

Commit count: 97

cargo fmt