/textmate-linguist

Parser-directed smart highlighting and navigation capabilitites for textmate

Primary LanguagePython

textmate-linguist

Parser-directed smart highlighting and navigation bundle for Textmate 2.

Currently based around a similar idea as Vim's ""

Current features

  • libclang-based parsing of C++, just colors types

Planned

  • Syntax highlighting/parsing for Ruby using one of their standard parsers
  • Navigation based on index (different underlying implementation based on language)
  • ...

Implementation Notes

  • Make new Linguist language instance for each project/language combination.