aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPEditorTokens.l
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPEditorTokens.l')
-rw-r--r--Source/SPEditorTokens.l4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/SPEditorTokens.l b/Source/SPEditorTokens.l
index 08e84d7d..89730caf 100644
--- a/Source/SPEditorTokens.l
+++ b/Source/SPEditorTokens.l
@@ -26,8 +26,8 @@ int yyuoffset, yyuleng;
%option noyywrap
%option case-insensitive
s [ \t\n]+
-word [a-z_0-9]
-nonword [^a-z_0-9#\n\t]
+word [a-z_0-9À-゚]
+nonword [^a-z_0-9À-゚#\n\t]
%x comment
%%
\"([^"\\]|\\(.|\n))*\"? { return SPT_DOUBLE_QUOTED_TEXT; } /* double quoted strings */