Skip to content

Commit ed571b1

Browse files
authored
snippet(latex): add (texmathp) condition to more snippets (& fix line endings)
Amend: c63094b
1 parent c63094b commit ed571b1

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

latex-mode/int_^

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# -*- mode: snippet -*-
12
# key: int
23
# name: int_^
34
# condition: (texmathp)

latex-mode/prod_^

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# -*- mode: snippet -*-
12
# key: prod
23
# name: prod_^
34
# condition: (texmathp)

latex-mode/sum_^

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# -*- mode: snippet -*-
12
# key: sum
23
# name: sum_^
34
# condition: (texmathp)

0 commit comments

Comments
 (0)