aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/SciLexer.h
diff options
context:
space:
mode:
authorJohn Ehresman <unknown>2017-02-12 09:15:08 +1100
committerJohn Ehresman <unknown>2017-02-12 09:15:08 +1100
commitc0df83f637c42982662aaa802f691abb3d529a2e (patch)
tree73c32bc0eaf0c8ad54cc4d19cddb160fd34d2ea0 /include/SciLexer.h
parent5bd32babfe8721de32026d78378848f90fe6d68c (diff)
downloadscintilla-mirror-c0df83f637c42982662aaa802f691abb3d529a2e.tar.gz
Bug [#1848]. Support Python f-strings with new styles.
Diffstat (limited to 'include/SciLexer.h')
-rw-r--r--include/SciLexer.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/SciLexer.h b/include/SciLexer.h
index 44c02a84a..4eb6209d8 100644
--- a/include/SciLexer.h
+++ b/include/SciLexer.h
@@ -151,6 +151,10 @@
#define SCE_P_STRINGEOL 13
#define SCE_P_WORD2 14
#define SCE_P_DECORATOR 15
+#define SCE_P_FSTRING 16
+#define SCE_P_FCHARACTER 17
+#define SCE_P_FTRIPLE 18
+#define SCE_P_FTRIPLEDOUBLE 19
#define SCE_C_DEFAULT 0
#define SCE_C_COMMENT 1
#define SCE_C_COMMENTLINE 2