feat: add JSON5 support

This commit is contained in:
Marcos Soutullo Rodriguez
2022-10-16 11:00:18 +01:00
committed by GitHub
parent fffb31f4fe
commit 9e57f4e103
3 changed files with 26 additions and 0 deletions

View File

@@ -163,6 +163,15 @@
}
]
},
{
"language": "JSON5",
"markers": [
{
"type": "line",
"pattern": "//"
}
]
},
{
"language": "Julia",
"markers": [