mirror of
https://github.com/neovim/neovim.git
synced 2026-06-15 16:23:48 +00:00
Problem: filetype: Tolk files are not recognized
Solution: Detect *.tolk files as tolk filetype, include a syntax and
filetype plugin (redavy)
Tolk is a new-generation language for writing smart contracts on TON
blockchain, which is vim/vim#1 in speed among other chains.
Reference:
https://docs.ton.org/blockchain-basics/tolk/overview
closes: vim/vim#20320
b9bba99712
Co-authored-by: redavy <hello.redavy@proton.me>