Skip to content

Commit 013e531

Browse files
authored
Merge pull request #73 from VlachJosef/master
Fix indentation issues
2 parents eedb456 + 5d39117 commit 013e531

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

json-mode.el

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,8 @@ This function calls `json-mode--update-auto-mode' to change the
123123
(modify-syntax-entry ?\] ")[" st)
124124
;; Strings
125125
(modify-syntax-entry ?\" "\"" st)
126+
;; Comments
127+
(modify-syntax-entry ?\n ">" st)
126128
st))
127129

128130
(defvar jsonc-mode-syntax-table

0 commit comments

Comments
 (0)