75d41d1137
Use the following strategy to extract identifiers from syntax highlighting: - ignore match and region: they mostly contain arguments, syntax groups and regular expressions; - ignore "nextgroup=" if first word and subsequent arguments "skipempty", "skipwhite", and "skipnl"; - ignore "contained" argument if first word; - add remaining words to the list of identifiers. Fix a bug where the word "match" was extracted while not being a keyword of the syntax language. |
||
---|---|---|
.. | ||
testdata | ||
__init__.py | ||
base_test.py | ||
event_notification_test.py | ||
omni_completer_test.py | ||
paths_test.py | ||
postcomplete_tests.py | ||
server_test.py | ||
syntax_parse_test.py | ||
vimsupport_test.py | ||
youcompleteme_test.py |