Skip to content

Commit

Permalink
Merge pull request #128 from GajenderI/patch-1
Browse files Browse the repository at this point in the history
include .rpgleinc extension
  • Loading branch information
barrettotte authored May 29, 2023
2 parents ffcd23f + 6f3505a commit 223872b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,11 +150,13 @@
"id": "rpgle",
"aliases": [
"RPGLE",
"SQLRPGLE"
"SQLRPGLE",
"RPGLEINC"
],
"extensions": [
".rpgle",
".sqlrpgle"
".sqlrpgle",
".rpgleinc"
],
"configuration": "./configurations/rpgle.language-configuration.json"
}
Expand Down

0 comments on commit 223872b

Please sign in to comment.