Skip to content

Commit

Permalink
tell it to the server; it=overlaps
Browse files Browse the repository at this point in the history
  • Loading branch information
swissiety committed Mar 15, 2022
1 parent 91bff6e commit c12643e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lsplexer/lexer.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def get_tokens_unprocessed(self, text):
'modifier','comment','string','number','regexp','operator'],
'tokenModifiers': [],
'formats': ['relative'],
'overlappingTokenSupport': False,
'overlappingTokenSupport': True,
'multilineTokenSupport': True
}
},
Expand Down

0 comments on commit c12643e

Please sign in to comment.