From b71bf19e37f9164609bdf4961b7503fdca69c602 Mon Sep 17 00:00:00 2001 From: Paul Chaignon Date: Tue, 13 Sep 2016 11:04:49 +0200 Subject: [PATCH] Fix Elm highlighting Elm grammar repository contains several YAML files with a source.elm scope We need to restrict the path to the Syntaxes directory to make sure we select the appropriate YAML file --- grammars.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grammars.yml b/grammars.yml index 08d15e64..e51e8848 100755 --- a/grammars.yml +++ b/grammars.yml @@ -20,7 +20,7 @@ vendor/grammars/ColdFusion: - text.html.cfm vendor/grammars/Docker.tmbundle: - source.dockerfile -vendor/grammars/Elm: +vendor/grammars/Elm/Syntaxes: - source.elm - text.html.mediawiki.elm-build-output - text.html.mediawiki.elm-documentation