Skip to content

Commit

Permalink
prevents .html files to always be read as liquid files
Browse files Browse the repository at this point in the history
  • Loading branch information
arthrfrts committed Mar 21, 2021
1 parent 2c4823d commit 12ad745
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Syntaxes/Liquid-HTML.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@

<detectors>
<extension priority="1.0">liquid</extension>
<extension priority="0.5">html</extension>
<match-content lines="100" priority="0.9">{%</match-content>
<extension priority="0.2">html</extension>
<match-content lines="100" priority="0.9">\{\%</match-content>
<match-content lines="5" priority="0.7">\{\{</match-content>
</detectors>

<indentation>
Expand Down

0 comments on commit 12ad745

Please sign in to comment.