yitzchak / tree-sitter-latex

LaTeX grammar for tree-sitter
MIT License
11 stars 5 forks source link

Fix CS and name bug #35

Closed yitzchak closed 5 years ago

yitzchak commented 5 years ago

This PR is an attempt to fix a bug in the parsing of control sequences and names. For example, \defu should parse as (document (cs)) but does not currently parse because \def is STORAGE_CS. Also, the following will fail because the environment name starts with "verbatim"

\begin{verbatimfoo}
bar
\end{verbatimfoo}