YouCompleteMe/python/ycm/tests
micbou 75d41d1137 Improve extraction of syntax keywords
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.
2016-08-06 13:39:06 +02:00
..
testdata Now extracting PHP functions. 2014-09-02 10:53:38 -07:00
__init__.py Update flake8 config 2016-03-06 17:39:55 +00:00
base_test.py Update flake8 config 2016-03-06 17:39:55 +00:00
event_notification_test.py Refactor tests using a server instance 2016-07-23 11:21:38 +02:00
omni_completer_test.py Refactor tests using a server instance 2016-07-23 11:21:38 +02:00
paths_test.py Starting ycmd with Python used to build it 2016-04-27 19:42:00 -07:00
postcomplete_tests.py Refactor tests using a server instance 2016-07-23 11:21:38 +02:00
server_test.py Refactor tests using a server instance 2016-07-23 11:21:38 +02:00
syntax_parse_test.py Improve extraction of syntax keywords 2016-08-06 13:39:06 +02:00
vimsupport_test.py Update ReplaceChunk tests 2016-07-14 00:46:30 +02:00
youcompleteme_test.py Refactor tests using a server instance 2016-07-23 11:21:38 +02:00