Skip to content

Commit 728a6fd

Browse files
committed
Fix test
1 parent 35162ab commit 728a6fd

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

crates/emmylua_code_analysis/resources/schema.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -758,6 +758,13 @@
758758
"Lua5.4"
759759
]
760760
},
761+
{
762+
"description": "Lua 5.5",
763+
"type": "string",
764+
"enum": [
765+
"Lua5.5"
766+
]
767+
},
761768
{
762769
"description": "Lua Latest",
763770
"type": "string",

0 commit comments

Comments
 (0)