Skip to content

Commit cc5809f

Browse files
committed
feat(grammar.js): Add wchar_t to primitive type
1 parent 2a265d6 commit cc5809f

File tree

3 files changed

+561
-540
lines changed

3 files changed

+561
-540
lines changed

grammar.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -646,6 +646,7 @@ module.exports = grammar({
646646
'void',
647647
'size_t',
648648
'ssize_t',
649+
'wchar_t',
649650
'ptrdiff_t',
650651
'intptr_t',
651652
'uintptr_t',

src/grammar.json

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)