Skip to content

Commit

Permalink
Merge pull request #356 from wbadart/master
Browse files Browse the repository at this point in the history
Add support for Python raw docstrings
  • Loading branch information
boyter committed Nov 22, 2022
2 parents fff7a11 + 75cb873 commit ab483bb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions languages.json
Original file line number Diff line number Diff line change
Expand Up @@ -5360,6 +5360,16 @@
"docString": true,
"end": "'''",
"start": "'''"
},
{
"docString": true,
"end": "\"\"\"",
"start": "r\"\"\""
},
{
"docString": true,
"end": "'''",
"start": "r'''"
}
],
"shebangs": [
Expand Down
4 changes: 2 additions & 2 deletions processor/constants.go

Large diffs are not rendered by default.

0 comments on commit ab483bb

Please sign in to comment.