Files
neovim/runtime/syntax/tutor.lua
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
50 B
Lua
Raw Normal View History

vim.cmd [[
syntax match tutorExpect /^--->.*$/
]]