Skip to content

Commit

Permalink
Merge pull request #23 from andorsk/fix-indent-line
Browse files Browse the repository at this point in the history
fix indent line bug
  • Loading branch information
andorsk authored Dec 2, 2022
2 parents 2ca1e4d + 36c0b0d commit 0694262
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion d2-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,6 @@ Optional argument BROWSE whether to open the browser."
(define-derived-mode d2-mode prog-mode "d2"
:syntax-table d2-syntax-table
(setq-local font-lock-defaults '(d2-font-lock-keywords))
(setq-local indent-line-function 'd2-indent-line)
(setq-local comment-start "%%")
(setq-local comment-end "")
(setq-local comment-start-skip "%%+ *"))
Expand Down

0 comments on commit 0694262

Please sign in to comment.