Skip to content

Commit cd28b4b

Browse files
committed
Use fork of scala-ts-mode that fixes the mode's syntax tables
This can be removed when [1] is merged into the upstream scala-ts-mode. [1] KaranAhlawat/scala-ts-mode#20
1 parent ebeee6b commit cd28b4b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

config/scala-config.el

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
(setq sbt:program-options '("-Dsbt.supershell=false")))
2626

2727
(use-package scala-ts-mode
28-
:ensure t
28+
:ensure (:host github :repo "KarlJoad/scala-ts-mode"
29+
:branch "fix-comments-syntax-table")
2930
:defer t
3031
:interpreter ("scala" . scala-ts-mode))
3132

0 commit comments

Comments
 (0)