Skip to content

Commit

Permalink
fix(biome): update biome fixer supports css and graphql
Browse files Browse the repository at this point in the history
  • Loading branch information
dcai authored and dcai committed Feb 3, 2025
1 parent 6c337ad commit aeabba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/ale/fix/registry.vim
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ let s:default_registry = {
\ },
\ 'biome': {
\ 'function': 'ale#fixers#biome#Fix',
\ 'suggested_filetypes': ['javascript', 'typescript', 'json', 'jsonc'],
\ 'suggested_filetypes': ['javascript', 'typescript', 'json', 'jsonc', 'css', 'graphql'],
\ 'description': 'Fix JavaScript and TypeScript using biome.',
\ },
\ 'black': {
Expand Down

0 comments on commit aeabba5

Please sign in to comment.