Skip to content

Commit 71a1e84

Browse files
authored
Merge pull request #4 from dargor/3-support-for-todo-highlighting
Support for todo highlighting
2 parents 68576ab + 1aed32b commit 71a1e84

File tree

5 files changed

+9
-2
lines changed

5 files changed

+9
-2
lines changed

.markdownlint.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
MD013: false

languages/constraints/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "Python constraints"
22
grammar = "requirements"
3-
# FIXME path_suffixes does not support glob patterns
3+
# FIXME(dargor): path_suffixes does not support glob patterns
44
path_suffixes = ["constraints.txt"]
55
line_comments = ["# "]
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
((comment) @injection.content
2+
(#set! injection.language "comment")
3+
)

languages/requirements/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "Python requirements"
22
grammar = "requirements"
3-
# FIXME path_suffixes does not support glob patterns
3+
# FIXME(dargor): path_suffixes does not support glob patterns
44
path_suffixes = ["requirements.txt"]
55
line_comments = ["# "]
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
((comment) @injection.content
2+
(#set! injection.language "comment")
3+
)

0 commit comments

Comments
 (0)