diff options
Diffstat (limited to 'heuristics.yaml')
-rw-r--r-- | heuristics.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/heuristics.yaml b/heuristics.yaml index 35350a69..7cc6a273 100644 --- a/heuristics.yaml +++ b/heuristics.yaml @@ -180,5 +180,8 @@ rules: - lines: 1 pattern: '^(%|<[%&].*>)' filetype: mason +- lines: 50 + pattern: '{{.*}}|{%-?\s*(end.*|extends|block|macro|set|if|for|include|trans)\b' + filetype: jinja.html - filetype: html |