Skip to content

Commit

Permalink
Scala: fix extension
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiaanspeck authored Mar 12, 2024
1 parent e169c5c commit e74325d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion treesit-auto.el
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ by manipulating the `treesit-auto-recipe-list' variable."
:ts-mode 'scala-ts-mode
:remap 'scala-mode
:url "https://github.com/tree-sitter/tree-sitter-scala"
:ext "\\.sc[ala]?\\'")
:ext "\\.\\(scala\\|sbt\\)\\'")
,(make-treesit-auto-recipe
:lang 'sql
:ts-mode 'sql-ts-mode
Expand Down

0 comments on commit e74325d

Please # to comment.