Skip to content

Commit d80b396

Browse files
committed
Added brackets to mathmode.
1 parent feae4a8 commit d80b396

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

CodeSenseLibraries/Latex.xml

+11
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,17 @@ $0
206206
<completion string="\sec" />
207207
<completion string="\csc" />
208208
</set>
209+
210+
<set name="lang.latex.mathmode.brackets">
211+
<completion string="\left\{" />
212+
<completion string="\right\}" />
213+
<completion string="\Big\{" />
214+
<completion string="\Big\}" />
215+
<completion string="\left(" />
216+
<completion string="\right)" />
217+
<completion string="\Big[" />
218+
<completion string="\Big]" />
219+
</set>
209220

210221
<set name="lang.latex.mathmode.greek">
211222
<completion string="\alpha" />

CodeSenseProviders/Latex.xml

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
<completions>lang.latex.mathmode.simple</completions>
2222
<completions>lang.latex.mathmode.greek</completions>
2323
<completions>lang.latex.mathmode.trigonometric</completions>
24+
<completions>lang.latex.mathmode.brackets</completions>
2425
<completions>lang.latex.mathmode.functions</completions>
2526
<completions>lang.latex.mathmode.functions.binary</completions>
2627
<completions>lang.latex.mathmode.functions.binaryalt</completions>

0 commit comments

Comments
 (0)