mirror of
https://github.com/ditkrg/todo-to-issue-action.git
synced 2026-01-22 22:06:43 +00:00
Add language definition for R
[R](https://en.wikipedia.org/wiki/R_(programming_language)) Comments are simply started with a `#`
This commit is contained in:
parent
355d677107
commit
48caf5c8ab
@ -600,5 +600,14 @@
|
|||||||
"pattern": "#"
|
"pattern": "#"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"language": "R",
|
||||||
|
"markers": [
|
||||||
|
{
|
||||||
|
"type": "line",
|
||||||
|
"pattern": "#"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user