From a9eac8a8327e22f780a0f534c6cf15d0e431b77b Mon Sep 17 00:00:00 2001 From: Adam Roben Date: Wed, 12 Nov 2014 12:07:23 -0500 Subject: [PATCH] Add a tm_scope for GAS The source.asm.x86 grammar does a decent job of parsing this. --- lib/linguist/languages.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/linguist/languages.yml b/lib/linguist/languages.yml index 5b234de1..2e08f1fa 100644 --- a/lib/linguist/languages.yml +++ b/lib/linguist/languages.yml @@ -869,6 +869,7 @@ GAS: extensions: - .s - .S + tm_scope: source.asm.x86 GDScript: type: programming