From c621996f0527f9b871cca4953b8596846ece0317 Mon Sep 17 00:00:00 2001 From: burodepeper Date: Fri, 20 May 2016 13:14:31 +0200 Subject: [PATCH] Include html and liquid grammars --- grammars/gfm.cson | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/grammars/gfm.cson b/grammars/gfm.cson index 2e7f6b2..5280136 100644 --- a/grammars/gfm.cson +++ b/grammars/gfm.cson @@ -1108,4 +1108,10 @@ } ] } + { + 'include': 'text.html.basic' + } + { + 'include': 'text.html.liquid' + } ]