mirror of
https://github.com/zyedidia/micro.git
synced 2026-02-06 15:10:27 +09:00
Python syntax: multiline string should be constant.string, not comment (#2268)
* Python syntax: multiline string should be comment.string, not comment ''' delimits multiline strings, not comments * Python syntax: multiline string should be comment.string, not comment ''' delimits multiline strings, not comments * Update python3.yaml for python3.10 keywords
This commit is contained in:
@@ -34,7 +34,7 @@ rules:
|
||||
end: "\"\"\""
|
||||
rules: []
|
||||
|
||||
- comment:
|
||||
- constant.string:
|
||||
start: "'''"
|
||||
end: "'''"
|
||||
rules: []
|
||||
|
||||
Reference in New Issue
Block a user