Skip to content

Commit

Permalink
Add support for ada-ts-mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
brownts authored and rrthomas committed Jul 14, 2024
1 parent 339755e commit 7aa4737
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dtrt-indent.el
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,7 @@ quote, for example.")
(scala-mode c/c++/java scala-indent:step) ; Scala

;; modes with treesitter enabled
(ada-ts-mode ada ada-ts-mode-indent-offset)
(c-ts-mode c/c++/java c-ts-mode-indent-offset)
(c++-ts-mode c/c++/java c-ts-mode-indent-offset)
(go-ts-mode c/c++/java go-ts-mode-indent-offset)
Expand Down

0 comments on commit 7aa4737

Please sign in to comment.