Skip to content

Commit

Permalink
Update readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
pherrymason committed Jan 10, 2024
1 parent ae1db46 commit f720ce1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ Using tree-sitter grammar rules from https://github.com/zweimach/tree-sitter-c3
**TODO list**
- [x] Index scopes and its hierarchy to improve hover and Auto Completion.
- [ ] Index Symbols
- [x] Variables
- [x] Variables & type
- [x] Functions
- [ ] Function arguments
- [ ] Function return type
- [x] Enums
- [ ] Structs
- [ ] Struct members
- [ ] imports
- [ ] macros
- [ ] Include type information to indexed variables.
- [ ] Hover information
- [x] Variable declarations
- [x] Function calls
Expand Down

0 comments on commit f720ce1

Please sign in to comment.