Skip to content

Commit

Permalink
Update to use tree-sitter-teal for partial parsing (#25)
Browse files Browse the repository at this point in the history
* make tlconfig.lua optional

* switched parsing to use tree-sitter

* reworked how completion, hover, and definition work in the backend

* switched formatting to use Markdown

* can now do some basic function signature completion
  • Loading branch information
FourierTransformer authored Nov 29, 2024
1 parent 6e50c7d commit 2dad2a7
Show file tree
Hide file tree
Showing 20 changed files with 1,559 additions and 813 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@
# install dirs on CI machine
/.install
/.lua

**.so
3 changes: 3 additions & 0 deletions gen/teal_language_server.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash
cd "$(dirname "$0")"
lua teal_language_server/main.lua "$@"
Loading

0 comments on commit 2dad2a7

Please sign in to comment.