diff options
author | Luke Jones | 2021-12-18 04:41:32 +0000 |
---|---|---|
committer | GitHub | 2021-12-18 04:41:32 +0000 |
commit | edf3c70c302aef628dc1a63895e2492d34e82507 (patch) | |
tree | a7719bb14513747d1fb6c868b473fa36823547f9 /.gitmodules | |
parent | 0683f0a20ae1c1ce3e7788e303c468767381e6fd (diff) |
Add dart lsp config and queries (#1250)
* Add language: dart
The setup requires that dart be in the users path, such as:
```
export PATH="$HOME/Android/flutter/bin/cache/dart-sdk/bin/:$PATH"
```
Refactor the dart highlights
* lang: dart: add indents and locals
* lang: dart: corrections to local scope
Co-authored-by: Blaž Hrastnik <blaz@mxxn.io>
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 9c10846d..4b142adf 100644 --- a/.gitmodules +++ b/.gitmodules @@ -154,3 +154,7 @@ path = helix-syntax/languages/tree-sitter-markdown url = https://github.com/MDeiml/tree-sitter-markdown shallow = true +[submodule "helix-syntax/languages/tree-sitter-dart"] + path = helix-syntax/languages/tree-sitter-dart + url = https://github.com/UserNobody14/tree-sitter-dart.git + shallow = true |