Skip to content

Commit e5244e6

Browse files
IronGeeksumneko
authored andcommitted
fix: add lua to languages contribution points
This commit adds the missing entry for the `lua` language to the languages contribution points (`contributes.languages` field) in the extension manifest (`package.json`).
1 parent 2a30b1d commit e5244e6

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

package.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3235,6 +3235,15 @@
32353235
}
32363236
],
32373237
"languages": [
3238+
{
3239+
"id": "lua",
3240+
"extensions": [
3241+
".lua"
3242+
],
3243+
"aliases": [
3244+
"Lua"
3245+
]
3246+
},
32383247
{
32393248
"filenames": [
32403249
".luarc.json",

0 commit comments

Comments
 (0)