James Westman
544d152fb6
Rename to blueprint-compiler
...
This isn't an official GTK project so better to avoid using "GTK" in the
name.
2021-12-01 15:35:58 -06:00
James Westman
d511b3f1e3
lsp: Add code actions
...
"Did you mean" hints are automatically converted into code actions.
2021-11-11 22:59:49 -06:00
James Westman
dfb09b9357
lsp: Implement semantic tokens
2021-11-01 23:55:26 -05:00
James Westman
b9068e24ab
Fix type checker errors
2021-10-26 23:13:31 -05:00
James Westman
b3c28ce3d4
Use "using" instead of "gtk" and "import"
...
- Having one keyword for both is less syntax to remember
- I might use "include" as a keyword in the future, which would make
"import" confusing, so use "using" instead
2021-10-22 22:31:26 -05:00
James Westman
b553fc357c
Add a basic language server
2021-10-22 21:47:05 -05:00
James Westman
e553e5db29
Add GObject Introspection integration
...
- Parse .gir files
- Validate class, property, and signal names
2021-10-22 21:14:30 -05:00