Skip to content

Commit

Permalink
fix: casing of filetypes
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgrieser committed Nov 6, 2023
1 parent c8a383f commit a6de192
Showing 1 changed file with 13 additions and 15 deletions.
28 changes: 13 additions & 15 deletions lua/lspconfig/server_configurations/ast_grep.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,19 @@ return {
default_config = {
cmd = { 'ast-grep', 'lsp' },
filetypes = { -- https://ast-grep.github.io/reference/languages.html
'C',
'C++',
'Rust',
'Go',
'Java',
'Python',
'C#',
'JavaScript',
'JSX',
'TypeScript',
'HTML',
'CSS',
'Kotlin',
'Dart',
'Lua',
'c',
'cpp',
'rust',
'go',
'java',
'python',
'javascript',
'typescript',
'html',
'css',
'kotlin',
'dart',
'lua',
},
root_dir = util.root_pattern 'sgconfig.yaml',
single_file_support = true,
Expand Down

0 comments on commit a6de192

Please sign in to comment.