Skip to content

Commit 2060600

Browse files
authored
styles: Fix Gleam alias (#973)
1 parent b35d6a8 commit 2060600

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lexers/embedded/gleam.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<lexer>
22
<config>
33
<name>Gleam</name>
4-
<alias>gleam></alias>
4+
<alias>gleam</alias>
55
<filename>*.gleam</filename>
66
<mime_type>text/x-gleam</mime_type>
77
</config>
@@ -114,4 +114,4 @@
114114
</rule>
115115
</state>
116116
</rules>
117-
</lexer>
117+
</lexer>

0 commit comments

Comments
 (0)