aboutsummaryrefslogtreecommitdiff
path: root/languages.toml
diff options
context:
space:
mode:
Diffstat (limited to 'languages.toml')
-rw-r--r--languages.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/languages.toml b/languages.toml
index b93bcb8b..9ae7a658 100644
--- a/languages.toml
+++ b/languages.toml
@@ -156,6 +156,15 @@ roots = []
indent = { tab-width = 2, unit = " " }
+[[language]]
+name = "latex"
+scope = "source.tex"
+injection-regex = "tex"
+file-types = ["tex"]
+roots = []
+
+indent = { tab-width = 4, unit = "\t" }
+
# [[language]]
# name = "haskell"
# scope = "source.haskell"