diff options
| author | Adam <adamdharrison@gmail.com> | 2022-04-24 13:42:24 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-24 13:42:24 -0400 |
| commit | 5df164059505d358b6994cc8dab7193c505a2b7c (patch) | |
| tree | 338583bd7f0b10ff47f58f284be217ccf31db3e9 /data/plugins/language_python.lua | |
| parent | 97174706fe82b5fdef4f0f7661c4e31aa0e060d4 (diff) | |
| parent | b9957138acec8ff73c79988970a1882c945abd3f (diff) | |
| download | lite-xl-5df164059505d358b6994cc8dab7193c505a2b7c.tar.gz lite-xl-5df164059505d358b6994cc8dab7193c505a2b7c.zip | |
Merge branch 'master' into master-2.1
Diffstat (limited to 'data/plugins/language_python.lua')
| -rw-r--r-- | data/plugins/language_python.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/plugins/language_python.lua b/data/plugins/language_python.lua index aa34db0f..dbb6f77c 100644 --- a/data/plugins/language_python.lua +++ b/data/plugins/language_python.lua @@ -9,6 +9,7 @@ syntax.add { patterns = { { pattern = { "#", "\n" }, type = "comment" }, { pattern = { '[ruU]?"""', '"""'; '\\' }, type = "string" }, + { pattern = { "[ruU]?'''", "'''", '\\' }, type = "string" }, { pattern = { '[ruU]?"', '"', '\\' }, type = "string" }, { pattern = { "[ruU]?'", "'", '\\' }, type = "string" }, { pattern = "0x[%da-fA-F]+", type = "number" }, |
