From 0e6205ebcb990fd57f5056c1cf5e9de1487be934 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Wed, 4 Oct 2023 14:29:04 +0200 Subject: Update name --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index 25bb248..d4772d4 100644 --- a/package.json +++ b/package.json @@ -24,13 +24,12 @@ { "scope": "source.api-notation", "file-types": [ - "apinotation", "api" ], "highlights": [ "queries/highlights.scm" ], - "injection-regex": "^(apinotation|api-notation)$" + "injection-regex": "^(api|api_notation|api-notation)$" } ] } -- cgit