mirror of
https://github.com/Hopiu/micro.git
synced 2026-04-12 10:30:59 +00:00
Python syntax: docstring should be string, not comment
This commit is contained in:
parent
e071a4f8e2
commit
fd48a3841e
2 changed files with 2 additions and 2 deletions
|
|
@ -29,7 +29,7 @@ rules:
|
|||
# numbers
|
||||
- constant.number: "\\b[0-9]+\\b"
|
||||
|
||||
- comment:
|
||||
- constant.string:
|
||||
start: "\"\"\""
|
||||
end: "\"\"\""
|
||||
rules: []
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ rules:
|
|||
# numbers
|
||||
- constant.number: "\\b[0-9]+\\b"
|
||||
|
||||
- comment:
|
||||
- constant.string:
|
||||
start: "\"\"\""
|
||||
end: "\"\"\""
|
||||
rules: []
|
||||
|
|
|
|||
Loading…
Reference in a new issue