diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2020-09-01 23:02:36 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-09-01 23:02:36 +0200 |
commit | f2ef4cedecf554c0c9f0694f93df1d53a57bf70c (patch) | |
tree | ee95ac48f56aee9607aa3c92fe478cf63f9c26b7 /packages.yaml | |
parent | 45c1923f43f2bb2e626fe910654d4395a0e50a04 (diff) | |
download | vim-polyglot-4.7.1.tar.gz vim-polyglot-4.7.1.zip |
Fix reason filetype detection, closes #532v4.7.1
Diffstat (limited to '')
-rw-r--r-- | packages.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages.yaml b/packages.yaml index 23489187..d4042c5e 100644 --- a/packages.yaml +++ b/packages.yaml @@ -1276,6 +1276,7 @@ filetypes: --- name: reason remote: reasonml-editor/vim-reason-plus +after: c/c++ filetypes: - name: reason linguist: Reason |