Adding sql and gitignore treesitter loaders.

This commit is contained in:
Finch 2024-03-11 03:54:31 -05:00
parent ab7bac5d96
commit 43a742b9cf

View File

@ -11,6 +11,7 @@ return {
'c_sharp',
'comment',
'css',
'gitignore',
'html',
'java',
'javascript',
@ -19,6 +20,7 @@ return {
'python',
'query',
'rust',
'sql',
'toml',
'tsx',
'typescript',