]> git.ipfire.org Git - thirdparty/vim.git/commit
runtime(astro): catch json_decode() error when parsing tsconfig.json
authorChristian Brabandt <cb@256bit.org>
Fri, 29 Aug 2025 16:01:08 +0000 (18:01 +0200)
committerChristian Brabandt <cb@256bit.org>
Fri, 29 Aug 2025 16:01:08 +0000 (18:01 +0200)
commita07a2f4c332bcf0f7fabf9be002027acf12c6801
treedb2808fcfcb6a17bab6f94eaba43f172a1101e60
parentb27f54965d72d5f4be194d50a7aea7fdb6ad8194
runtime(astro): catch json_decode() error when parsing tsconfig.json

(which is jsonc filetype and there can contain comments)

fixes: #18141

Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/ftplugin/astro.vim