Daniel Shahaf wrote on Sun, Mar 15, 2020 at 18:59:29 +0000: > P.S. I think there are at least two other bugs in tap.vim: (1) As > mentioned above, TAP syntax is not highlighted unless there is an empty > line above the plan line; (2) syntax/tap.vim sets various fold.* options > globally, rather than locally and via an ftplugin. However, let's keep > this ticket about the skip case-sensitivity thing only.
For the curious, I worked around this by adding «autocmd FileType tap syn clear tapTestInstructionsRegion tapTestRegion» to my .vimrc and locally applying the patch from #954113. > Please find attached a patch that lets those keywords be matched case > insensitively: That's still applicable. Cheers, Daniel

