Casey Rodarmor
1f4cf781e7
Mention kakoune syntax highlighting in readme ( #299 )
2018-02-03 19:52:49 -08:00
Casey Rodarmor
573cebd4ab
Fix readme formatting ( #295 )
2018-01-12 20:28:43 +01:00
Casey Rodarmor
9fc3262bbb
Add variadic parameter with default argument example ( #285 )
2017-12-11 20:12:36 +01:00
Greg Weber
edbc1ae175
Revise installation methods ( #284 )
2017-12-11 19:53:42 +01:00
Steve Kellock
92ed21c079
📝 Link to VS Code Extension in readme ( #281 )
2017-12-04 20:21:03 +01:00
Casey Rodarmor
79c0994387
Add env_var(key)
and env_var_or_default(key, default)
functions ( #280 )
...
`env_var(key)` looks up the value of the environment variable with name `key`, aborting execution if it is not found.
`env_var_or_default(key, default)` looks up the value of the environment variable with name `key`, returning `default` if it is not found.
2017-12-02 23:59:07 +01:00
Casey Rodarmor
afa4aebd4a
Add functions ( #277 )
...
– Parse unary (no-argument) functions
– Add functions for detecting the current os, arch, and os family, according to rustc's cfg attributes
2017-12-02 14:37:10 +01:00
Casey Rodarmor
def1bda9ff
Miscellaneous cleanup ( #261 )
2017-11-19 23:16:55 -08:00
Casey Rodarmor
13a124d659
Refactor some other stuff ( #252 )
2017-11-17 17:28:06 -08:00
Casey Rodarmor
fcc27a9993
Add instructions for installing via Homebrew ( #238 )
2017-11-09 13:30:39 -08:00
Casey Rodarmor
7ff6e41941
Mention gitter in preamable ( #233 )
2017-10-12 16:56:23 -07:00
Casey Rodarmor
340b8e5af4
Put Table of Contents below preamble ( #232 )
2017-10-12 16:51:12 -07:00
Casey Rodarmor
6e3b43ac9e
Overhaul README ( #231 )
...
- Switch to asciidoc, since it supports an auto-generated table of contents
- Re-organize into sections
- Document private recipes
- Document windows dependencies
- Document doc comments
2017-10-12 16:12:23 -07:00