Skip to content

Commit a98c5de

Browse files
authored
"fixme" snippet also excludes bash-ts-mode (#478)
Signed-off-by: Maxime Soulé <[email protected]>
1 parent 1eacad1 commit a98c5de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippets/prog-mode/fixme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- mode: snippet -*-
22
# name: fixme
33
# key: fi
4-
# condition: (not (eq major-mode 'sh-mode))
4+
# condition: (not (member major-mode '(sh-mode bash-ts-mode)))
55
# --
66
`comment-start`FIXME: $0`comment-end`

0 commit comments

Comments
 (0)