Skip to content

Commit ab483bb

Browse files
authored
Merge pull request #356 from wbadart/master
Add support for Python raw docstrings
2 parents fff7a11 + 75cb873 commit ab483bb

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

languages.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5360,6 +5360,16 @@
53605360
"docString": true,
53615361
"end": "'''",
53625362
"start": "'''"
5363+
},
5364+
{
5365+
"docString": true,
5366+
"end": "\"\"\"",
5367+
"start": "r\"\"\""
5368+
},
5369+
{
5370+
"docString": true,
5371+
"end": "'''",
5372+
"start": "r'''"
53635373
}
53645374
],
53655375
"shebangs": [

processor/constants.go

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)