Fix #213: Add parser for dart

This commit is contained in:
Stephan Seitz 2020-07-22 16:09:23 +02:00 committed by Thomas Vigouroux
parent e821349661
commit cd507463ac
2 changed files with 8 additions and 0 deletions

View file

@ -283,6 +283,7 @@ List of currently supported languages:
- [ ] markdown
- [x] regex (maintained by @theHamsta)
- [ ] jsdoc
- [ ] dart
## User Query Extensions

View file

@ -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
list.regex = {
install_info = {