Skip to content

Commit 70ea7af

Browse files
authored
Fix prerequisite dependency in JSON5 (#2084)
1 parent 03cb27f commit 70ea7af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rouge/lexers/json5.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
module Rouge
55
module Lexers
6-
load_lexer 'javascript.rb'
6+
load_lexer 'json.rb'
77

88
class JSON5 < JSON
99
title 'JSON 5'

0 commit comments

Comments
 (0)