Commit graph

3 commits

Author SHA1 Message Date
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
78a9481631
lsp: Implement textDocument/didClose 2021-10-22 22:01:40 -05:00
James Westman
b553fc357c
Add a basic language server 2021-10-22 21:47:05 -05:00