diff options
author | Amaan Qureshi <amaanq12@gmail.com> | 2023-03-08 18:19:10 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-09 00:19:10 +0100 |
commit | 6dd9770baf16abfedba667e93d92899602864645 (patch) | |
tree | b0fd6c832334dda67d614e172d9c32df618e571f /runtime/lua/vim | |
parent | b9f19d3e286d95d9209afbc479fa2eb908067fb1 (diff) | |
download | rneovim-6dd9770baf16abfedba667e93d92899602864645.tar.gz rneovim-6dd9770baf16abfedba667e93d92899602864645.tar.bz2 rneovim-6dd9770baf16abfedba667e93d92899602864645.zip |
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)
https://github.com/vim/vim/commit/cde1f8714ed2c046aa770c46229e781380122bd7
Diffstat (limited to 'runtime/lua/vim')
-rw-r--r-- | runtime/lua/vim/filetype.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/lua/vim/filetype.lua b/runtime/lua/vim/filetype.lua index 65579d3543..33324f580a 100644 --- a/runtime/lua/vim/filetype.lua +++ b/runtime/lua/vim/filetype.lua @@ -1015,6 +1015,7 @@ local extension = { svh = 'systemverilog', sv = 'systemverilog', tak = 'tak', + tal = 'tal', task = 'taskedit', tm = 'tcl', tcl = 'tcl', |