Closed dvdsk closed 3 years ago
Example:
/* sm spll errs */ fn main() { println!("sm spll errrs") }
This leads to the following highlighting if one types the part within the block comment:
However after saving and loading the file the errors are highlighted correctly. Editing the block comment also works fine.
issue also occurs when adding text in other surrounded areas for example strings
extra parse call was removed as I thought it was no longer needed given the switch to treesitter callbacks
Example:
This leads to the following highlighting if one types the part within the block comment:
However after saving and loading the file the errors are highlighted correctly. Editing the block comment also works fine.