From a160438170eb4029ce45ac257a859e63f9d3194f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bas=20du=20Pr=C3=A9?= Date: Mon, 23 Oct 2023 21:37:59 +0200 Subject: [PATCH] Update package.json to include .asm extension --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 903d230..8d7367c 100644 --- a/package.json +++ b/package.json @@ -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": [{ @@ -28,4 +28,4 @@ }] }, "icon": "logo.png" -} \ No newline at end of file +}