Tim Bates' snippets commands and grammars for TextMate 2.
These add
- Features to markdown (like making tables, layoutting tables)
- Snippets for regular expressions, like
(?=${1:look-ahead for})
and(?!${1:negative look-ahead for})
- Snippets for non-ASCII characters, greek etc. So
\t
→ ✓ - Shortcuts for dozens of common
R
functions (likefactanal
). - Developer shortcuts for
R
, like devtools, roxygen etc. - Shortcuts for dozens of common R functions (like
factanal
). - Shortcuts for
ggplot
.
# R
2+ 2