diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2020-09-29 16:26:03 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-09-29 16:26:03 +0200 |
commit | 46b09b0d5b3cb45d8e62851c40b418a3b9f20af4 (patch) | |
tree | cfc15c83f83ec7344a431d93c21a0c0474d63645 /heuristics.yaml | |
parent | 63f43f3b01a910444176eeb972c88964ebb87e45 (diff) | |
download | vim-polyglot-46b09b0d5b3cb45d8e62851c40b418a3b9f20af4.tar.gz vim-polyglot-46b09b0d5b3cb45d8e62851c40b418a3b9f20af4.zip |
Remove {{ }} from detecting htmldjango, #560
Diffstat (limited to 'heuristics.yaml')
-rw-r--r-- | heuristics.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/heuristics.yaml b/heuristics.yaml index c53a704c..129734f8 100644 --- a/heuristics.yaml +++ b/heuristics.yaml @@ -182,7 +182,7 @@ rules: filetype: mason - lines: 50 rules: - - pattern: '{{.*}}|{%-?\s*(end.*|extends|block|macro|set|if|for|include|trans)\b|{#\s+' + - pattern: '{%-?\s*(end.*|extends|block|macro|set|if|for|include|trans)\b|{#\s+' filetype: htmldjango - pattern: '\bDTD\s+XHTML\s' filetype: xhtml |