a structural diff that understands syntax 🟥🟩
 
 
 
 
 
Go to file
Patrick Förster 5afabaea0e Add starred commands for theorem definitions
See #36
2022-04-11 20:41:35 +07:00
.github Merge pull request #31 from latex-lsp/dependabot/github_actions/actions/setup-node-3 2022-03-11 18:47:52 +07:00
benches Simplify grammar structure 2022-02-02 20:18:05 +07:00
bindings Simplify parsing of special LaTeX commands 2021-12-27 13:22:53 +07:00
examples Add parser benchmark 2022-01-29 10:42:34 +07:00
src Add starred commands for theorem definitions 2022-04-11 20:41:35 +07:00
test/corpus Add text_mode rule for \text command 2022-03-16 20:12:58 +07:00
.clang-format Simplify parsing of special LaTeX commands 2021-12-27 13:22:53 +07:00
.gitattributes Simplify parsing of special LaTeX commands 2021-12-27 13:22:53 +07:00
.gitignore Simplify parsing of special LaTeX commands 2021-12-27 13:22:53 +07:00
.prettierrc Initial commit 2020-11-25 17:55:39 +07:00
Cargo.toml Fix cargo package 2022-02-05 11:09:26 +07:00
LICENSE Simplify parsing of special LaTeX commands 2021-12-27 13:22:53 +07:00
README.md Simplify parsing of special LaTeX commands 2021-12-27 13:22:53 +07:00
binding.gyp Simplify parsing of special LaTeX commands 2021-12-27 13:22:53 +07:00
grammar.js Add starred commands for theorem definitions 2022-04-11 20:41:35 +07:00
package-lock.json Bump prettier from 2.5.1 to 2.6.0 2022-03-16 18:30:08 +07:00
package.json Bump prettier from 2.5.1 to 2.6.0 2022-03-16 18:30:08 +07:00

README.md

tree-sitter-latex

CI

LaTeX grammar for tree-sitter. This grammar will find use in the TexLab language server.