Skip to content

Commit

Permalink
Update package.json to include .asm extension
Browse files Browse the repository at this point in the history
  • Loading branch information
basdp authored Oct 23, 2023
1 parent d8066ea commit a160438
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"languages": [{
"id": "gas",
"aliases": ["GAS/AT&T x86/x64", "gas"],
"extensions": [".s",".S",".sx"],
"extensions": [".s",".S",".sx",".asm"],
"configuration": "./language-configuration.json"
}],
"grammars": [{
Expand All @@ -28,4 +28,4 @@
}]
},
"icon": "logo.png"
}
}

0 comments on commit a160438

Please sign in to comment.