Rename type ts_lexer, ts_parser -> TSLexer, TSParser

This commit is contained in:
Max Brunsfeld 2014-06-28 19:01:46 -07:00
parent c8797bfa27
commit 9d4fcf75de
10 changed files with 30 additions and 30 deletions

View file

@ -1,6 +1,6 @@
#include "runtime/runtime_spec_helper.h"
extern "C" ts_parser ts_parser_json();
extern "C" TSParser ts_parser_json();
START_TEST