LICENSE
MANIFEST.in
README.md
settings.ini
setup.py
code_tokenizers/__init__.py
code_tokenizers/_modidx.py
code_tokenizers/cli.py
code_tokenizers/core.py
code_tokenizers.egg-info/PKG-INFO
code_tokenizers.egg-info/SOURCES.txt
code_tokenizers.egg-info/dependency_links.txt
code_tokenizers.egg-info/entry_points.txt
code_tokenizers.egg-info/not-zip-safe
code_tokenizers.egg-info/requires.txt
code_tokenizers.egg-info/top_level.txt
code_tokenizers/grammars/__init__.py
code_tokenizers/grammars/tree-sitter-python/__init__.py
code_tokenizers/grammars/tree-sitter-python/examples/__init__.py
code_tokenizers/grammars/tree-sitter-python/examples/compound-statement-without-trailing-newline.py
code_tokenizers/grammars/tree-sitter-python/examples/crlf-line-endings.py
code_tokenizers/grammars/tree-sitter-python/examples/mixed-spaces-tabs.py
code_tokenizers/grammars/tree-sitter-python/examples/multiple-newlines.py
code_tokenizers/grammars/tree-sitter-python/examples/python2-grammar-crlf.py
code_tokenizers/grammars/tree-sitter-python/examples/python2-grammar.py
code_tokenizers/grammars/tree-sitter-python/examples/python3-grammar-crlf.py
code_tokenizers/grammars/tree-sitter-python/examples/python3-grammar.py
code_tokenizers/grammars/tree-sitter-python/examples/python3.8_grammar.py
code_tokenizers/grammars/tree-sitter-python/examples/simple-statements-without-trailing-newline.py
code_tokenizers/grammars/tree-sitter-python/examples/tabs.py
code_tokenizers/grammars/tree-sitter-python/examples/trailing-whitespace.py
code_tokenizers/grammars/tree-sitter-python/test/__init__.py
code_tokenizers/grammars/tree-sitter-python/test/highlight/__init__.py
code_tokenizers/grammars/tree-sitter-python/test/highlight/keywords.py
code_tokenizers/grammars/tree-sitter-python/test/highlight/parameters.py
code_tokenizers/grammars/tree-sitter-python/test/highlight/pattern_matching.py