Skip to content

Commit 1add687

Browse files
committed
Add link to UnicodeMath, an ST3 package for inserting Unicode math symbols
1 parent 0983858 commit 1add687

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

docs/editors/sublime-text/README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
<!--
2+
3+
@license Apache-2.0
4+
5+
Copyright (c) 2018 The Stdlib Authors.
6+
7+
Licensed under the Apache License, Version 2.0 (the "License");
8+
you may not use this file except in compliance with the License.
9+
You may obtain a copy of the License at
10+
11+
http://www.apache.org/licenses/LICENSE-2.0
12+
13+
Unless required by applicable law or agreed to in writing, software
14+
distributed under the License is distributed on an "AS IS" BASIS,
15+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16+
See the License for the specific language governing permissions and
17+
limitations under the License.
18+
19+
-->
20+
121
# Sublime Text
222

323
> A guide for using [Sublime Text][sublime-text] for project development.
@@ -39,6 +59,8 @@ $ subl .
3959

4060
- [**Sidebar Enhancements**][sublime-text-sidebar-enhancements]: package which provides enhancements for working with files and folders in the Sublime Text sidebar.
4161

62+
- [**UnicodeMath**][sublime-text-unicode-math]: package for inserting Unicode math and emoji.
63+
4264
- [**Julia**][sublime-text-julia]: package which provides syntax highlighting for [Julia][julia].
4365

4466
- [**AWK**][sublime-text-awk]: package which provides syntax highlighting for [AWK][awk].
@@ -159,6 +181,8 @@ $ subl .
159181
160182
[sublime-text-sidebar-enhancements]: https://github.com/SideBarEnhancements-org/SideBarEnhancements
161183
184+
[sublime-text-unicode-math]: https://github.com/mvoidex/UnicodeMath
185+
162186
[sublime-text-markdownediting]: https://github.com/SublimeText-Markdown/MarkdownEditing
163187
164188
[sublime-text-julia]: https://github.com/JuliaEditorSupport/Julia-sublime

0 commit comments

Comments
 (0)