Module syntect::parsing::syntax_definition[][src]

Expand description

Data structures for representing syntax definitions

Everything here is public becaues I want this library to be useful in super integrated cases like text editors and I have no idea what kind of monkeying you might want to do with the data. Perhaps parsing your own syntax format into this data structure?

Structs

An opaque ID for a Context.

Used to iterate over all the match patterns in a context

The main data structure representing a syntax definition loaded from a .sublime-syntax file

Enums

Functions

Returns an iterator over all the match patterns in this context.

Type Definitions