Skip to content

Commit

Permalink
Renamed VRML.
Browse files Browse the repository at this point in the history
  • Loading branch information
create3000 committed May 29, 2024
1 parent 306e8d2 commit ce477fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_plugins/vrml.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
require "rouge"

# This class defines the VRML lexer which is used to highlight "vrml" code snippets during render-time
class VRMLLexer < Rouge::RegexLexer
class VRML < Rouge::RegexLexer
title "VRML"
desc "Classic VRML Encoding"

Expand Down

0 comments on commit ce477fa

Please sign in to comment.