mirror of
https://github.com/ditkrg/todo-to-issue-action.git
synced 2026-01-22 22:06:43 +00:00
ABAP https://help.sap.com/doc/abapdocu_latest_index_htm/latest/en-US/index.htm?file=abencomment.htm ABAP CDS https://help.sap.com/doc/abapdocu_latest_index_htm/latest/en-US/index.htm?file=abencds_general_syntax_rules.htm Closes #85
518 lines
7.7 KiB
JSON
518 lines
7.7 KiB
JSON
[
|
|
{
|
|
"language": "Python",
|
|
"markers": [
|
|
{
|
|
"type": "line",
|
|
"pattern": "#"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"language": "Elixir",
|
|
"markers": [
|
|
{
|
|
"type": "line",
|
|
"pattern": "#"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"language": "YAML",
|
|
"markers": [
|
|
{
|
|
"type": "line",
|
|
"pattern": "#"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"language": "Ruby",
|
|
"markers": [
|
|
{
|
|
"type": "line",
|
|
"pattern": "#"
|
|
},
|
|
{
|
|
"type": "block",
|
|
"pattern": {
|
|
"start": "=begin",
|
|
"end": "=end"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"language": "PHP",
|
|
"markers": [
|
|
{
|
|
"type": "line",
|
|
"pattern": "//"
|
|
},
|
|
{
|
|
"type": "line",
|
|
"pattern": "#"
|
|
},
|
|
{
|
|
"type": "block",
|
|
"pattern": {
|
|
"start": "/\\*",
|
|
"end": "\\*/"
|
|
}
|
|
},
|
|
{
|
|
"type": "block",
|
|
"pattern": {
|
|
"start": "<!--",
|
|
"end": "-->"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"language": "C",
|
|
"markers": [
|
|
{
|
|
"type": "line",
|
|
"pattern": "//"
|
|
},
|
|
{
|
|
"type": "block",
|
|
"pattern": {
|
|
"start": "/\\*",
|
|
"end": "\\*/"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"language": "C++",
|
|
"markers": [
|
|
{
|
|
"type": "line",
|
|
"pattern": "//"
|
|
},
|
|
{
|
|
"type": "block",
|
|
"pattern": {
|
|
"start": "/\\*",
|
|
"end": "\\*/"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"language": "C#",
|
|
"markers": [
|
|
{
|
|
"type": "line",
|
|
"pattern": "//"
|
|
},
|
|
{
|
|
"type": "block",
|
|
"pattern": {
|
|
"start": "/\\*",
|
|
"end": "\\*/"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"language": "Java",
|
|
"markers": [
|
|
{
|
|
"type": "line",
|
|
"pattern": "//"
|
|
},
|
|
{
|
|
"type": "block",
|
|
"pattern": {
|
|
"start": "/\\*",
|
|
"end": "\\*/"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"language": "JavaScript",
|
|
"markers": [
|
|
{
|
|
"type": "line",
|
|
"pattern": "//"
|
|
},
|
|
{
|
|
"type": "block",
|
|
"pattern": {
|
|
"start": "/\\*",
|
|
"end": "\\*/"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"language": "Julia",
|
|
"markers": [
|
|
{
|
|
"type": "line",
|
|
"pattern": "#"
|
|
},
|
|
{
|
|
"type": "block",
|
|
"pattern": {
|
|
"start": "#=",
|
|
"end": "=#"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"language": "TypeScript",
|
|
"markers": [
|
|
{
|
|
"type": "line",
|
|
"pattern": "//"
|
|
},
|
|
{
|
|
"type": "block",
|
|
"pattern": {
|
|
"start": "/\\*",
|
|
"end": "\\*/"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"language": "TSX",
|
|
"markers": [
|
|
{
|
|
"type": "line",
|
|
"pattern": "//"
|
|
},
|
|
{
|
|
"type": "block",
|
|
"pattern": {
|
|
"start": "/\\*",
|
|
"end": "\\*/"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"language": "Dart",
|
|
"markers": [
|
|
{
|
|
"type": "line",
|
|
"pattern": "//"
|
|
},
|
|
{
|
|
"type": "block",
|
|
"pattern": {
|
|
"start": "/\\*",
|
|
"end": "\\*/"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"language": "Kotlin",
|
|
"markers": [
|
|
{
|
|
"type": "line",
|
|
"pattern": "//"
|
|
},
|
|
{
|
|
"type": "block",
|
|
"pattern": {
|
|
"start": "/\\*",
|
|
"end": "\\*/"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"language": "Scala",
|
|
"markers": [
|
|
{
|
|
"type": "line",
|
|
"pattern": "//"
|
|
},
|
|
{
|
|
"type": "block",
|
|
"pattern": {
|
|
"start": "/\\*",
|
|
"end": "\\*/"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"language": "Objective-C",
|
|
"markers": [
|
|
{
|
|
"type": "line",
|
|
"pattern": "//"
|
|
},
|
|
{
|
|
"type": "block",
|
|
"pattern": {
|
|
"start": "/\\*",
|
|
"end": "\\*/"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"language": "Sass",
|
|
"markers": [
|
|
{
|
|
"type": "line",
|
|
"pattern": "//"
|
|
},
|
|
{
|
|
"type": "block",
|
|
"pattern": {
|
|
"start": "/\\*",
|
|
"end": "\\*/"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"language": "Less",
|
|
"markers": [
|
|
{
|
|
"type": "line",
|
|
"pattern": "//"
|
|
},
|
|
{
|
|
"type": "block",
|
|
"pattern": {
|
|
"start": "/\\*",
|
|
"end": "\\*/"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"language": "Swift",
|
|
"markers": [
|
|
{
|
|
"type": "line",
|
|
"pattern": "//"
|
|
},
|
|
{
|
|
"type": "block",
|
|
"pattern": {
|
|
"start": "/\\*",
|
|
"end": "\\*/"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"language": "HTML",
|
|
"markers": [
|
|
{
|
|
"type": "block",
|
|
"pattern": {
|
|
"start": "<!--",
|
|
"end": "-->"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"language": "CSS",
|
|
"markers": [
|
|
{
|
|
"type": "block",
|
|
"pattern": {
|
|
"start": "/\\*",
|
|
"end": "\\*/"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"language": "AutoHotkey",
|
|
"markers": [
|
|
{
|
|
"type": "line",
|
|
"pattern": ";"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"language": "Markdown",
|
|
"markers": [
|
|
{
|
|
"type": "block",
|
|
"pattern": {
|
|
"start": "<!---",
|
|
"end": "-->"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"language": "Shell",
|
|
"markers": [
|
|
{
|
|
"type": "line",
|
|
"pattern": "#"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"language": "Handlebars",
|
|
"markers": [
|
|
{
|
|
"type": "block",
|
|
"pattern": {
|
|
"start": "<!--",
|
|
"end": "-->"
|
|
}
|
|
},
|
|
{
|
|
"type": "block",
|
|
"pattern": {
|
|
"start": "{{!",
|
|
"end": "}}"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"language": "Org",
|
|
"markers": [
|
|
{
|
|
"type": "line",
|
|
"pattern": "#"
|
|
},
|
|
{
|
|
"type": "block",
|
|
"pattern": {
|
|
"start": "#\\+begin_comment",
|
|
"end": "#\\+end_comment"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"language": "TeX",
|
|
"markers": [
|
|
{
|
|
"type": "line",
|
|
"pattern": "%"
|
|
},
|
|
{
|
|
"type": "block",
|
|
"pattern": {
|
|
"start": "\\begin{comment}",
|
|
"end": "\\end{comment}"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"language": "SQL",
|
|
"markers": [
|
|
{
|
|
"type": "line",
|
|
"pattern": "--"
|
|
},
|
|
{
|
|
"type": "block",
|
|
"pattern": {
|
|
"start": "/\\*",
|
|
"end": "\\*/"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"language": "HTML+Razor",
|
|
"markers": [
|
|
{
|
|
"type": "block",
|
|
"pattern": {
|
|
"start": "<!--",
|
|
"end": "-->"
|
|
}
|
|
},
|
|
{
|
|
"type": "line",
|
|
"pattern": "//"
|
|
},
|
|
{
|
|
"type": "block",
|
|
"pattern": {
|
|
"start": "/\\*",
|
|
"end": "\\*/"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"language": "Rust",
|
|
"markers": [
|
|
{
|
|
"type": "line",
|
|
"pattern": "//"
|
|
},
|
|
{
|
|
"type": "block",
|
|
"pattern": {
|
|
"start": "/\\*",
|
|
"end": "\\*/"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"language": "Vue",
|
|
"markers": [
|
|
{
|
|
"type": "block",
|
|
"pattern": {
|
|
"start": "<!--",
|
|
"end": "-->"
|
|
}
|
|
},
|
|
{
|
|
"type": "line",
|
|
"pattern": "//"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"language": "ABAP",
|
|
"markers": [
|
|
{
|
|
"type": "line",
|
|
"pattern": "\""
|
|
},
|
|
{
|
|
"type": "line",
|
|
"pattern": "*"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"language": "ABAP CDS",
|
|
"markers": [
|
|
{
|
|
"type": "line",
|
|
"pattern": "//"
|
|
},
|
|
{
|
|
"type": "block",
|
|
"pattern": {
|
|
"start": "/\\*",
|
|
"end": "\\*/"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|