Skip to content

Commit 080ace2

Browse files
committed
Open .jsonl files in json-mode
1 parent e7757e9 commit 080ace2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/config-modes.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@
175175
json-mode-show-path
176176
json-mode-beautify)
177177
:mode (("\\.json$" . json-mode)
178+
("\\.jsonl$" . json-mode)
178179
("\\.jsonld$" . json-mode)))
179180

180181
;; =============================================================================

0 commit comments

Comments
 (0)