Refactor queries

This commit is contained in:
Saoud Rizwan
2024-07-28 18:33:43 -04:00
parent 998aa8b7eb
commit 31a6da944a
14 changed files with 1 additions and 1 deletions

View File

@@ -13,7 +13,7 @@ import {
javaQuery,
phpQuery,
swiftQuery,
} from "./tree-sitter-queries/tags"
} from "./queries"
export interface LanguageParser {
[key: string]: {