Skip to content

Commit 4c6fdb1

Browse files
authored
Add .avsc to JSON lexer (#920)
1 parent ee60f7e commit 4c6fdb1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lexers/embedded/json.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<name>JSON</name>
44
<alias>json</alias>
55
<filename>*.json</filename>
6+
<filename>*.avsc</filename>
67
<mime_type>application/json</mime_type>
78
<dot_all>true</dot_all>
89
<not_multiline>true</not_multiline>

0 commit comments

Comments
 (0)