comparison src/testdir/test_filetype.vim @ 31688:ead5a3f43a4c v9.0.1176

patch 9.0.1176: smithy files are not recognized Commit: https://github.com/vim/vim/commit/f68cddabffcbc5b8fbfe9003182cb4b55ff8d72c Author: Chris Kipp <ckipp@pm.me> Date: Wed Jan 11 12:20:10 2023 +0000 patch 9.0.1176: smithy files are not recognized Problem: smithy files are not recognized. Solution: Add a pattern for Smithy files. (Chris Kipp, closes https://github.com/vim/vim/issues/11804)
author Bram Moolenaar <Bram@vim.org>
date Wed, 11 Jan 2023 13:30:03 +0100
parents 8153d73088f2
children 9c496513d57c
comparison
equal deleted inserted replaced
31687:2357c7d1d94f 31688:ead5a3f43a4c
526 \ 'sm': ['sendmail.cf'], 526 \ 'sm': ['sendmail.cf'],
527 \ 'smali': ['file.smali'], 527 \ 'smali': ['file.smali'],
528 \ 'smarty': ['file.tpl'], 528 \ 'smarty': ['file.tpl'],
529 \ 'smcl': ['file.hlp', 'file.ihlp', 'file.smcl'], 529 \ 'smcl': ['file.hlp', 'file.ihlp', 'file.smcl'],
530 \ 'smith': ['file.smt', 'file.smith'], 530 \ 'smith': ['file.smt', 'file.smith'],
531 \ 'smithy': ['file.smithy'],
531 \ 'sml': ['file.sml'], 532 \ 'sml': ['file.sml'],
532 \ 'snobol4': ['file.sno', 'file.spt'], 533 \ 'snobol4': ['file.sno', 'file.spt'],
533 \ 'solidity': ['file.sol'], 534 \ 'solidity': ['file.sol'],
534 \ 'solution': ['file.sln'], 535 \ 'solution': ['file.sln'],
535 \ 'sparql': ['file.rq', 'file.sparql'], 536 \ 'sparql': ['file.rq', 'file.sparql'],