Skip to content

Commit

Permalink
New recipe: Scala
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiaanspeck authored Mar 11, 2024
1 parent 5d982ce commit e169c5c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions treesit-auto.el
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,12 @@ by manipulating the `treesit-auto-recipe-list' variable."
:remap 'rust-mode
:url "https://github.com/tree-sitter/tree-sitter-rust"
:ext "\\.rs\\'")
,(make-treesit-auto-recipe
:lang 'scala
:ts-mode 'scala-ts-mode
:remap 'scala-mode
:url "https://github.com/tree-sitter/tree-sitter-scala"
:ext "\\.sc[ala]?\\'")
,(make-treesit-auto-recipe
:lang 'sql
:ts-mode 'sql-ts-mode
Expand Down

0 comments on commit e169c5c

Please # to comment.