mirror of
https://github.com/neovim/neovim.git
synced 2025-12-16 03:15:39 +00:00
vim-patch:9.0.1394: Unx Tal files are not recognized (#22579)
Problem: Unx Tal files are not recognized.
Solution: Add a pattern for Unx Tal files. (Amaan Qureshi, closes vim/vim#12117)
cde1f8714e
This commit is contained in:
@@ -1015,6 +1015,7 @@ local extension = {
|
||||
svh = 'systemverilog',
|
||||
sv = 'systemverilog',
|
||||
tak = 'tak',
|
||||
tal = 'tal',
|
||||
task = 'taskedit',
|
||||
tm = 'tcl',
|
||||
tcl = 'tcl',
|
||||
|
||||
Reference in New Issue
Block a user