YouCompleteMe/python/ycm/tests
Strahinja Val Markovic 2a704bc668 Custom identifier support now done.
This commit is the YCM-client part of the support. The ycmd support is
already done.

We now need per-language identifier regexes in ycmd (see
identifier_utils.py). There's some for HTML, CSS and the generic regex
that was used for everything until now.  Pull requests welcome for other
languages.

Fixes #86.
2014-08-28 11:39:10 -07:00
..
testdata Updating code to work with new ycmd location 2014-05-13 13:09:19 -07:00
base_test.py Custom identifier support now done. 2014-08-28 11:39:10 -07:00
syntax_parse_test.py Enable Function syntax for keyword seeding 2014-05-21 13:33:45 +10:00