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', 'c_sharp',
'comment', 'comment',
'css', 'css',
'gitignore',
'html', 'html',
'java', 'java',
'javascript', 'javascript',
@ -19,6 +20,7 @@ return {
'python', 'python',
'query', 'query',
'rust', 'rust',
'sql',
'toml', 'toml',
'tsx', 'tsx',
'typescript', 'typescript',