-- Make numbers and booleans stand out. vim.cmd [[ highlight link jsonBraces Text ]] vim.cmd [[ highlight link jsonNumber Identifier ]] vim.cmd [[ highlight link jsonBoolean Identifier ]] vim.cmd [[ highlight link jsonNull Identifier ]]