Marc Bernard 2021-11-08 09:33:40 -05:00 committed by GitHub
parent 7712fef2fd
commit 8a3b21e2bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -484,5 +484,34 @@
"pattern": "//"
}
]
},
{
"language": "ABAP",
"markers": [
{
"type": "line",
"pattern": "\""
},
{
"type": "line",
"pattern": "*"
}
]
},
{
"language": "ABAP CDS",
"markers": [
{
"type": "line",
"pattern": "//"
},
{
"type": "block",
"pattern": {
"start": "/\\*",
"end": "\\*/"
}
}
]
}
]