From eab3aa135f2889ec9bc24c0c7693452a89df89b9 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Tue, 21 Jun 2022 03:05:27 +0200 Subject: [PATCH] Support `.s` extension --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 561f437..c45c7a4 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "languages": [{ "id": "riscv", "aliases": ["RISC-V Assembly", "riscv"], - "extensions": [".riscv"], + "extensions": [".riscv", ".s"], "configuration": "./configurations/riscv.configuration.json" }], "grammars": [{ @@ -35,4 +35,4 @@ "path": "./syntaxes/riscv.tmLanguage.json" }] } -} \ No newline at end of file +}