From 15b9745fff8660ec05de193059455df3b5c6b05a Mon Sep 17 00:00:00 2001 From: Emmanuel Briot Date: Wed, 14 Dec 2022 10:06:04 +0100 Subject: [PATCH] help tree-sitter with recognizing Ada files --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f60310d..6241d11 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ { "scope": "source.ada", "file-types": [ - "ada" + "adb", "ads" ], "highlights": [ "queries/highlights.scm"