mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 11:36:54 -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
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue