Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ based on http://keepachangelog.com/en/1.0.0/
### Added
- Source text for preview image ([#195](https://github.com/area/language-latex/pull/195)).
- Support for `\regexp{...}` command ([#196](https://github.com/area/language-latex/pull/196)).

- Snippet for `\verb|...|`, the inline code command ([#206](https://github.com/area/language-latex/pull/206)).

## [1.2.0] - 2018-09-23
### Added
Expand Down
3 changes: 3 additions & 0 deletions snippets/language-latex.cson
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,9 @@
'inline math - \\(\\)':
'prefix': 'inline'
'body': '\\\\($1\\\\)$0'
'verbatim':
'prefix': 'verb'
'body': '\\\\verb|$1|'

# math, taken from https://github.com/SublimeText/LaTeXTools/blob/master/LaTeX%20math.sublime-completions
'.text.tex.latex .string.other.math':
Expand Down