-
Notifications
You must be signed in to change notification settings - Fork 0
tree sitter unreal cpp
taku25 edited this page Nov 6, 2025
·
1 revision
tree-sitter-unreal-cpp is a parser for nvim-treesitter that accurately parses Unreal C++ specific macros (like UCLASS, UFUNCTION, etc.).
[Insert a screenshot showing a UFUNCTION macro being correctly highlighted]
-
Accurate Parsing: Correctly recognizes macros like
UCLASS,UPROPERTY, andUFUNCTION. -
Syntax Highlighting: Provides correct highlighting and structure for syntax including
GENERATED_BODY().
For installation instructions and details, please refer to the repository README.