Skip to content

Commit

Permalink
Update lib/rouge/lexers/hcl.rb
Browse files Browse the repository at this point in the history
Co-authored-by: Tan Le <[email protected]>
  • Loading branch information
X-Guardian and tancnle authored Jul 25, 2023
1 parent dc47a2a commit 87cead3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/rouge/lexers/hcl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ def self.builtins
mixin :comments_and_whitespace

rule %r/[.,()\\\/*]/, Punctuation
rule %r/,/, Punctuation
rule %r/\]/, Punctuation, :pop!

mixin :root
Expand Down

0 comments on commit 87cead3

Please sign in to comment.