Python syntax: docstring should be string, not comment

This commit is contained in:
Kyle Barron 2018-11-04 12:36:39 -05:00
parent e071a4f8e2
commit fd48a3841e
2 changed files with 2 additions and 2 deletions

View file

@ -29,7 +29,7 @@ rules:
# numbers
- constant.number: "\\b[0-9]+\\b"
- comment:
- constant.string:
start: "\"\"\""
end: "\"\"\""
rules: []

View file

@ -28,7 +28,7 @@ rules:
# numbers
- constant.number: "\\b[0-9]+\\b"
- comment:
- constant.string:
start: "\"\"\""
end: "\"\"\""
rules: []