From 88c097b7c2c763a919b61afb6f55ab00d0b20854 Mon Sep 17 00:00:00 2001 From: Cristiano Nunes Date: Fri, 15 Oct 2021 08:08:02 -0300 Subject: [PATCH] Added support for LaTeX files --- README.md | 2 +- package.json | 2 +- src/extension.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2de0bd71..ba730e1f 100644 --- a/README.md +++ b/README.md @@ -505,7 +505,7 @@ You can also include and exclude folders from the tree using the context menu. T When the extension was first written, very basic markdown support was added simply by adding a pattern to the default regex to match "`- [ ]`". A better way to handle markdown TODOs is to add "`(-|\d+.)`" to the list of "comments" in the first part of the regex and then adding "`[ ]`" and "`[x]`" to the list of tags in `settings.json`, e.g. : ```json -"todo-tree.regex.regex": "(//|#|