mirror of
https://github.com/ditkrg/todo-to-issue-action.git
synced 2026-01-23 06:16:43 +00:00
Add support for ABAP and ABAP CDS languages
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
This commit is contained in:
parent
7712fef2fd
commit
8a3b21e2bf
29
syntax.json
29
syntax.json
@ -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": "\\*/"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user