Skip to content

C/C++: Spell-check declarators without initializers (Closes #255)#256

Merged
blopker merged 1 commit intoblopker:mainfrom
zbreit:feature/c-cpp-declarators-without-initializers
May 3, 2026
Merged

C/C++: Spell-check declarators without initializers (Closes #255)#256
blopker merged 1 commit intoblopker:mainfrom
zbreit:feature/c-cpp-declarators-without-initializers

Conversation

@zbreit
Copy link
Copy Markdown
Contributor

@zbreit zbreit commented May 3, 2026

Closes #255.

Add spell-checking support in C/C++ for declarators without identifiers. For example:

int helloo;

This is my first time working with tree-sitter queries, so let me know if there's a better way to approach this.

Add spell-checking support in C/C++ for declarators without identifiers.
For example:

```c
int helloo;
```
@zbreit zbreit changed the title C/C++: Spell-check declarators without initializers (Closes #255) C/C++: Spell-check declarators without initializers (Closes !255) May 3, 2026
@zbreit zbreit changed the title C/C++: Spell-check declarators without initializers (Closes !255) C/C++: Spell-check declarators without initializers (Closes #255) May 3, 2026
@blopker blopker merged commit 79045a3 into blopker:main May 3, 2026
10 checks passed
@blopker
Copy link
Copy Markdown
Owner

blopker commented May 3, 2026

Looks good! Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG]: C/C++ Spell-Checking is Missing for Declarators Without Initializers

2 participants