diff options
author | Ivan Tham | 2021-06-15 16:50:42 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2021-06-16 12:42:05 +0000 |
commit | a364d6c3837c36225dcd4ec9b15ef2c192feef0b (patch) | |
tree | 5a49571b656f1a68c167933a78690ba4f3918051 /helix-syntax/src | |
parent | d1c8a74771b241ee0824853bd5e8229cb0ab4187 (diff) |
Add latex
Diffstat (limited to 'helix-syntax/src')
-rw-r--r-- | helix-syntax/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/helix-syntax/src/lib.rs b/helix-syntax/src/lib.rs index a4706d3b..5e3bb3ea 100644 --- a/helix-syntax/src/lib.rs +++ b/helix-syntax/src/lib.rs @@ -80,6 +80,7 @@ mk_langs!( (Java, tree_sitter_java), (Json, tree_sitter_json), (Julia, tree_sitter_julia), + (Latex, tree_sitter_latex), (Nix, tree_sitter_nix), (Php, tree_sitter_php), (Python, tree_sitter_python), |