mirror of
https://github.com/ditkrg/todo-to-issue-action.git
synced 2026-01-25 07:16:42 +00:00
Merge pull request #86 from mbtools/abap
Add support for ABAP and ABAP CDS languages
This commit is contained in:
commit
5b7bb86dc9
@ -65,6 +65,8 @@ There are additional inputs if you want to be able to assign issues to projects.
|
|||||||
|
|
||||||
## Supported Languages
|
## Supported Languages
|
||||||
|
|
||||||
|
* ABAP
|
||||||
|
* ABAP CDS
|
||||||
* AutoHotkey
|
* AutoHotkey
|
||||||
* C
|
* C
|
||||||
* C++
|
* C++
|
||||||
|
|||||||
29
syntax.json
29
syntax.json
@ -484,5 +484,34 @@
|
|||||||
"pattern": "//"
|
"pattern": "//"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"language": "ABAP",
|
||||||
|
"markers": [
|
||||||
|
{
|
||||||
|
"type": "line",
|
||||||
|
"pattern": "\""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "line",
|
||||||
|
"pattern": "\\*"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"language": "ABAP CDS",
|
||||||
|
"markers": [
|
||||||
|
{
|
||||||
|
"type": "line",
|
||||||
|
"pattern": "//"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "block",
|
||||||
|
"pattern": {
|
||||||
|
"start": "/\\*",
|
||||||
|
"end": "\\*/"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user