Skip to content

Commit

Permalink
Support broader typescript-base-ts-mode instead of typescript-ts-mode.
Browse files Browse the repository at this point in the history
- Fixes #77.
- As a consequence, tsx-ts-mode is supported as well.
  • Loading branch information
mekeor committed Feb 10, 2024
1 parent 0230ec5 commit 4b7f4d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dtrt-indent.el
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ quote, for example.")
(rust-ts-mode c/c++/java rust-ts-mode-indent-offset)
(json-ts-mode javascript json-ts-mode-indent-offset)
(cmake-ts-mode cmake cmake-ts-mode-indent-offset)
(typescript-ts-mode javascript typescript-ts-mode-indent-offset)
(typescript-ts-base-mode javascript typescript-ts-mode-indent-offset)
(ursa-ts-mode c/c++/java ursa-ts-mode-indent-offset)

(default default standard-indent)) ; default fallback
Expand Down

0 comments on commit 4b7f4d6

Please sign in to comment.