From b580a95cad4a47aa299fcc962ec1c0c8c44c5726 Mon Sep 17 00:00:00 2001 From: Thibaud Colas Date: Mon, 31 Jan 2022 10:19:27 +0000 Subject: [PATCH] Add `.liquid` extension for Liquid templates See https://shopify.github.io/liquid/. --- identify/extensions.py | 1 + 1 file changed, 1 insertion(+) diff --git a/identify/extensions.py b/identify/extensions.py index b5b9293..6995e0c 100644 --- a/identify/extensions.py +++ b/identify/extensions.py @@ -108,6 +108,7 @@ 'lhs': {'text', 'literate-haskell'}, 'libsonnet': {'text', 'jsonnet'}, 'lidr': {'text', 'idris'}, + 'liquid': {'text', 'liquid'}, 'lr': {'text', 'lektor'}, 'lua': {'text', 'lua'}, 'm': {'text', 'c', 'objective-c'},