Skip to content

Commit

Permalink
MVP features (#2)
Browse files Browse the repository at this point in the history
* Diagnostics
* Go-to definition
* Semantic tokens
* Hover tooltips
  • Loading branch information
dannymcgee authored Jul 21, 2021
1 parent 24d992a commit f03bfd9
Show file tree
Hide file tree
Showing 27 changed files with 4,870 additions and 626 deletions.
229 changes: 221 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"projects": {
"client": {
"tags": [],
"implicitDependencies": ["server"]
"implicitDependencies": ["grammar", "server"]
},
"grammar": {
"tags": []
Expand All @@ -44,5 +44,6 @@
"workspaceLayout": {
"appsDir": "packages",
"libsDir": "packages"
}
},
"plugins": ["@nxrs/cargo"]
}
Loading

0 comments on commit f03bfd9

Please sign in to comment.