Sarrus1 / sourcepawn-lsp

Language Server Protocol implementation for the SourcePawn programming language written in Rust
GNU General Public License v3.0
12 stars 0 forks source link

Feat/preprocessor #27

Closed Sarrus1 closed 1 year ago

Sarrus1 commented 1 year ago

Add preprocessing support to the LSP to support macro expansion and #if conditions which break the tree-sitter grammar.