mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-14 09:20:04 -04:00
Fix #213: Add parser for dart
This commit is contained in:
parent
e821349661
commit
cd507463ac
2 changed files with 8 additions and 0 deletions
|
|
@ -283,6 +283,7 @@ List of currently supported languages:
|
||||||
- [ ] markdown
|
- [ ] markdown
|
||||||
- [x] regex (maintained by @theHamsta)
|
- [x] regex (maintained by @theHamsta)
|
||||||
- [ ] jsdoc
|
- [ ] jsdoc
|
||||||
|
- [ ] dart
|
||||||
|
|
||||||
## User Query Extensions
|
## User Query Extensions
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -207,6 +207,13 @@ list.nix = {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
list.dart = {
|
||||||
|
install_info = {
|
||||||
|
url = "https://github.com/UserNobody14/tree-sitter-dart",
|
||||||
|
files = { "src/parser.c", "src/scanner.c" },
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
-- Parsers for injections
|
-- Parsers for injections
|
||||||
list.regex = {
|
list.regex = {
|
||||||
install_info = {
|
install_info = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue