]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.2.0551: filetype: Tolk files are not recognized v9.2.0551
authorredavy <hello.redavy@proton.me>
Thu, 28 May 2026 20:32:36 +0000 (20:32 +0000)
committerChristian Brabandt <cb@256bit.org>
Thu, 28 May 2026 20:36:04 +0000 (20:36 +0000)
commitb9bba99712907c6c2f7139aa3bd3739a100d6a58
treed79b9d200168e84a2945532d9695f1a622b21cd4
parent880e06136b91fe4243757659368272dbd86021f2
patch 9.2.0551: filetype: Tolk files are not recognized

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 #1 in speed among other chains.

Reference:
https://docs.ton.org/blockchain-basics/tolk/overview

closes: #20320

Signed-off-by: redavy <hello.redavy@proton.me>
Signed-off-by: Christian Brabandt <cb@256bit.org>
.github/MAINTAINERS
runtime/autoload/dist/ft.vim
runtime/ftplugin/tolk.vim [new file with mode: 0644]
runtime/syntax/tolk.vim [new file with mode: 0644]
src/testdir/test_filetype.vim
src/version.c