Skip to content

Commit

Permalink
Fix prerequisite dependency in JSON5 (#2084)
Browse files Browse the repository at this point in the history
  • Loading branch information
tancnle authored Nov 11, 2024
1 parent 03cb27f commit 70ea7af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rouge/lexers/json5.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

module Rouge
module Lexers
load_lexer 'javascript.rb'
load_lexer 'json.rb'

class JSON5 < JSON
title 'JSON 5'
Expand Down

0 comments on commit 70ea7af

Please sign in to comment.