Skip to content

Commit

Permalink
styles: Fix Gleam alias (#973)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmooring committed Jun 8, 2024
1 parent b35d6a8 commit 2060600
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lexers/embedded/gleam.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<lexer>
<config>
<name>Gleam</name>
<alias>gleam></alias>
<alias>gleam</alias>
<filename>*.gleam</filename>
<mime_type>text/x-gleam</mime_type>
</config>
Expand Down Expand Up @@ -114,4 +114,4 @@
</rule>
</state>
</rules>
</lexer>
</lexer>

0 comments on commit 2060600

Please sign in to comment.