diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2020-09-29 21:48:38 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-09-29 21:48:38 +0200 |
commit | 543e8c917beddea04099ce9fe28e780ef7bda7fa (patch) | |
tree | 575b5f24e0d0f59b7b550f90f7aabe988178da65 /heuristics.yaml | |
parent | 2f133372bc19259888036c659cc618299ae5df59 (diff) | |
download | vim-polyglot-543e8c917beddea04099ce9fe28e780ef7bda7fa.tar.gz vim-polyglot-543e8c917beddea04099ce9fe28e780ef7bda7fa.zip |
Modularize lazy loading of polyglot parts
Diffstat (limited to 'heuristics.yaml')
-rw-r--r-- | heuristics.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/heuristics.yaml b/heuristics.yaml index 129734f8..4080cbc4 100644 --- a/heuristics.yaml +++ b/heuristics.yaml @@ -132,6 +132,8 @@ rules: filetype: perl - override: true - filetype: perl + shebang: true + fallback: true --- extensions: [pl] rules: @@ -149,6 +151,8 @@ rules: filetype: perl - override: true - filetype: perl + shebang: true + fallback: true --- extensions: [t] rules: @@ -166,6 +170,8 @@ rules: # filetype: turing - override: true - filetype: perl + shebang: true + fallback: true --- extensions: [tt2] rules: |