Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 487 Bytes

features.md

File metadata and controls

10 lines (9 loc) · 487 Bytes

Features

  • Custom scanner.c handling for multiple equal signs on
    • string multiline blocks
    • comment multiline blocks
    • pre-processor multiline blocks
  • Preprocessor can have Lua highlighting injected
  • Comment blocks can have tree-sitter-comment injection
  • Highlighting for number type declarations, e.g. 42_i8, 42_int8, 42_b, 42_byte - example_number
  • Escape sequences highlighted inside of strings - example_escapes