]> git.ipfire.org Git - thirdparty/vim.git/commit
runtime(i3config): Line continuation is not detected for 'set' command (#14531)
authorjulio-b <julio.bacel@gmail.com>
Sat, 13 Apr 2024 16:10:10 +0000 (16:10 +0000)
committerGitHub <noreply@github.com>
Sat, 13 Apr 2024 16:10:10 +0000 (18:10 +0200)
commit5392970921aba5112f529a5d93407ae65c285fb1
treec3179b2531a9442a2a1db5d16c205439307b6219
parentc51578fed8f21cf3c1ff72bbb599dca2db02be84
runtime(i3config): Line continuation is not detected for 'set' command (#14531)

Problem:  Valid i3config syntax is highlighted as error.
Solution: Skip over line-breaks correctly.

Signed-off-by: Julio B <julio.bacel@gmail.com>
Signed-off-by: Josef Litoš <54900518+JosefLitos@users.noreply.github.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/syntax/i3config.vim