Skip to content

Commit 76c2936

Browse files
authored
Merge pull request #274 from thibaudcolas/patch-1
Add `.liquid` extension for Liquid templates
2 parents 54fd9d6 + b580a95 commit 76c2936

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

identify/extensions.py

+1
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@
108108
'lhs': {'text', 'literate-haskell'},
109109
'libsonnet': {'text', 'jsonnet'},
110110
'lidr': {'text', 'idris'},
111+
'liquid': {'text', 'liquid'},
111112
'lr': {'text', 'lektor'},
112113
'lua': {'text', 'lua'},
113114
'm': {'text', 'c', 'objective-c'},

0 commit comments

Comments
 (0)