Skip to content

Commit

Permalink
update readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
pherrymason committed Jan 12, 2024
1 parent 796e8f6 commit 9a88219
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ Using tree-sitter grammar rules from https://github.com/zweimach/tree-sitter-c3
- [x] Naïve auto completion items of variables and function names defined in the workspace.
- [x] Go to declaration.
- Variable
- Enum
- Struct
- Function
- [x] Hover:
- Variable usages.
Expand All @@ -22,8 +24,8 @@ Using tree-sitter grammar rules from https://github.com/zweimach/tree-sitter-c3
- [x] Functions
- [ ] Function arguments
- [ ] Function return type
- [x] Enums
- [ ] Structs
- [x] Enums + Enumerators
- [x] Structs
- [ ] Struct members
- [ ] imports
- [ ] macros
Expand Down

0 comments on commit 9a88219

Please sign in to comment.