Fixed typo

This commit is contained in:
Christoph Koschel
2023-12-31 18:06:59 +01:00
parent f95e764cfd
commit 493e0c4993
4 changed files with 15 additions and 15 deletions

View File

@@ -0,0 +1,40 @@
[
{
"language": "ILS",
"extensions": [
".ils"
],
"markers": [
{
"type": "line",
"pattern": "//"
},
{
"type": "block",
"pattern": {
"start": "/\\*",
"end": "\\*/"
}
}
]
},
{
"language": "Java",
"extensions": [
".java2"
],
"markers": [
{
"type": "line",
"pattern": "////"
},
{
"type": "block",
"pattern": {
"start": "+=",
"end": "=+"
}
}
]
}
]