|
| 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 | + |
1 | 21 | # Sublime Text |
2 | 22 |
|
3 | 23 | > A guide for using [Sublime Text][sublime-text] for project development. |
@@ -39,6 +59,8 @@ $ subl . |
39 | 59 |
|
40 | 60 | - [**Sidebar Enhancements**][sublime-text-sidebar-enhancements]: package which provides enhancements for working with files and folders in the Sublime Text sidebar. |
41 | 61 |
|
| 62 | +- [**UnicodeMath**][sublime-text-unicode-math]: package for inserting Unicode math and emoji. |
| 63 | + |
42 | 64 | - [**Julia**][sublime-text-julia]: package which provides syntax highlighting for [Julia][julia]. |
43 | 65 |
|
44 | 66 | - [**AWK**][sublime-text-awk]: package which provides syntax highlighting for [AWK][awk]. |
@@ -159,6 +181,8 @@ $ subl . |
159 | 181 |
|
160 | 182 | [sublime-text-sidebar-enhancements]: https://github.com/SideBarEnhancements-org/SideBarEnhancements |
161 | 183 |
|
| 184 | +[sublime-text-unicode-math]: https://github.com/mvoidex/UnicodeMath |
| 185 | +
|
162 | 186 | [sublime-text-markdownediting]: https://github.com/SublimeText-Markdown/MarkdownEditing |
163 | 187 |
|
164 | 188 | [sublime-text-julia]: https://github.com/JuliaEditorSupport/Julia-sublime |
|
0 commit comments