diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2020-09-16 17:24:10 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-09-16 17:24:10 +0200 |
commit | 0118088e0a312b579d5811e330e194659b15c006 (patch) | |
tree | 31795d123cf8f4ce19457cc5b94594cf9c292412 /heuristics.yaml | |
parent | 17c2b630e1f0f0f02a24fcc664f0df91122e8e00 (diff) | |
download | vim-polyglot-0118088e0a312b579d5811e330e194659b15c006.tar.gz vim-polyglot-0118088e0a312b579d5811e330e194659b15c006.zip |
Make config more vim-independent
Diffstat (limited to 'heuristics.yaml')
-rw-r--r-- | heuristics.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/heuristics.yaml b/heuristics.yaml index 8b803011..6ff7af47 100644 --- a/heuristics.yaml +++ b/heuristics.yaml @@ -11,12 +11,12 @@ rules: --- extensions: [asa] rules: -- override: "g:filetype_asa" +- override: true - filetype: aspvbs --- extensions: [asp] rules: -- override: "g:filetype_asp" +- override: true - lines: 3 pattern: 'perlscript' ignore_case: true |