aboutsummaryrefslogtreecommitdiff
path: root/lua/lexers/fsharp.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/lexers/fsharp.lua')
-rw-r--r--lua/lexers/fsharp.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/lexers/fsharp.lua b/lua/lexers/fsharp.lua
index 7dd842a..99e1cab 100644
--- a/lua/lexers/fsharp.lua
+++ b/lua/lexers/fsharp.lua
@@ -52,7 +52,7 @@ lex:add_rule('preproc', token(lexer.PREPROCESSOR, lexer.starts_line('#') * S('\t
word_match('else endif endregion if ifdef ifndef light region')))
-- Operators.
-lex:add_rule('operator', token(lexer.OPERATOR, S('=<>+-*/^.,:;~!@#%^&|?[](){}')))
+lex:add_rule('operator', token(lexer.OPERATOR, '..' + S('=<>+-*/^.,:;~!@#%^&|?[](){}')))
lexer.property['scintillua.comment'] = '//'