Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | tree sitter comments injections (#1527) | Mathis Brossier | 2022-01-20 |
| | | | | | | | | | | | * tree sitter comments injections * trailing newlines & julia fix * Update runtime/queries/julia/injections.scm Co-authored-by: Michael Davis <michael.davis@nfiindustries.com> Co-authored-by: Michael Davis <michael.davis@nfiindustries.com> | ||
* | Add dart lsp config and queries (#1250) | Luke Jones | 2021-12-18 |
* 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> |