Skip to content

Commit

Permalink
fix: add lua to languages contribution points
Browse files Browse the repository at this point in the history
This commit adds the missing entry for the `lua` language to the
languages contribution points (`contributes.languages` field) in the
extension manifest (`package.json`).
  • Loading branch information
IronGeek authored and sumneko committed Oct 30, 2024
1 parent 2a30b1d commit e5244e6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3235,6 +3235,15 @@
}
],
"languages": [
{
"id": "lua",
"extensions": [
".lua"
],
"aliases": [
"Lua"
]
},
{
"filenames": [
".luarc.json",
Expand Down

0 comments on commit e5244e6

Please sign in to comment.