Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

❌ BUG: Unexpected result in markdown files #839

Open
mlaidouni opened this issue Apr 25, 2024 · 0 comments
Open

❌ BUG: Unexpected result in markdown files #839

mlaidouni opened this issue Apr 25, 2024 · 0 comments

Comments

@mlaidouni
Copy link

Headings in Markdown are recognized like comments:

image

Thats my todo-tree config:

  "todo-tree.general.periodicRefreshInterval": 1, // Refresh every minute
  "todo-tree.regex.regex": "((//|#|<!--|;|/\\*|^)\\s*($TAGS)|^//\\s*\\[x\\]|^//\\s*\\[ \\])",
  "todo-tree.general.tags": [
    "TODO",
    "FIXME",
    "FIXIT",
    "FIX",
    "TOFIX",
    "WARNING",
    "ATTENTION",
    "A FAIRE",
  ],
  "todo-tree.general.tagGroups": {
    "FIXME": ["FIXME", "FIXIT", "FIX", "TOFIX", "WARNING", "ATTENTION"],
    "TODO": ["TODO", "A FAIRE"],
  },
  "todo-tree.highlights.customHighlight": {
    "TODO": {
      "foreground": "#64dd17",
      "background": "#008800",
      "type": "text"
    },
    "FIXME": {
      "foreground": "#f44336",
      "background": "#592c2c",
      "type": "text"
    },
  },
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant