kakoune/rc/base
Tim Allen 78f1e1ca98 Highlight footnote-style hyperlinks.
As well as the traditional `[text](url)` syntax, Markdown allows the text to
be followed by a tag in square brackets. If the text is followed by nothing
at all, then the tag for that link is the text itself. The actual URL
is supplied later in the document, like a footnote at the bottom of the page:

	Some text with [a link][tag] and [another link].

	[tag]: http://www.example.com/link1
	[another link]: http://www.example.com/link2

This adds the "link" face to the URL in such footnote lines.
2018-03-15 18:16:47 +11:00
..
autowrap.kak src rc: Rename exec/eval into execute-keys/evaluate-commands 2017-11-03 11:09:45 +03:00
clojure.kak Convert bundled scripts to ModeChange hook 2018-01-21 10:35:05 +11:00
css.kak Convert bundled scripts to ModeChange hook 2018-01-21 10:35:05 +11:00
ctags.kak Always collapse jumps in exec/eval, remove -collapse-jumps switch 2018-02-24 19:02:15 +11:00
d.kak rc/: Replace simple uses of sed with tr 2018-02-18 15:00:30 +11:00
etc.kak rc: Don't use command aliases to highlight keywords properly 2017-11-03 10:34:41 +03:00
file.kak rc: Don't use command aliases to highlight keywords properly 2017-11-03 10:34:41 +03:00
fish.kak src rc: Rename exec/eval into execute-keys/evaluate-commands 2017-11-03 11:09:45 +03:00
gas.kak src rc: Rename exec/eval into execute-keys/evaluate-commands 2017-11-03 11:09:45 +03:00
git.kak rc: Don't use command aliases to highlight keywords properly 2017-11-03 10:34:41 +03:00
go.kak rc/: Replace simple uses of sed with tr 2018-02-18 15:00:30 +11:00
haskell.kak Convert bundled scripts to ModeChange hook 2018-01-21 10:35:05 +11:00
html.kak Convert bundled scripts to ModeChange hook 2018-01-21 10:35:05 +11:00
ini.kak rc: Don't use command aliases to highlight keywords properly 2017-11-03 10:34:41 +03:00
java.kak Convert bundled scripts to ModeChange hook 2018-01-21 10:35:05 +11:00
javascript.kak base javascript: Tweak variable highlighting 2018-02-17 11:53:56 +03:00
json.kak Convert bundled scripts to ModeChange hook 2018-01-21 10:35:05 +11:00
julia.kak added AbstractString to keywords 2017-11-30 15:44:12 +01:00
lint.kak lint.kak: Update lint info when the linting data changed 2018-02-11 22:03:24 +11:00
lisp.kak Convert bundled scripts to ModeChange hook 2018-01-21 10:35:05 +11:00
lua.kak lua.kak: Rework 'end' auto insertion logic 2018-03-04 10:36:32 +11:00
mail.kak rc: Don't use command aliases to highlight keywords properly 2017-11-03 10:34:41 +03:00
markdown.kak Highlight footnote-style hyperlinks. 2018-03-15 18:16:47 +11:00
mercurial.kak rc: Don't use command aliases to highlight keywords properly 2017-11-03 10:34:41 +03:00
ocaml.kak ocaml.kak: remove invalid unset-option static_words hook 2018-02-11 21:51:32 +11:00
perl.kak rc/: Replace simple uses of sed with tr 2018-02-18 15:00:30 +11:00
restructuredtext.kak Add reStructuredText support script 2017-12-09 14:15:00 -06:00
ruby.kak rc/: Replace simple uses of sed with tr 2018-02-18 15:00:30 +11:00
rust.kak Convert bundled scripts to ModeChange hook 2018-01-21 10:35:05 +11:00
scala.kak Convert bundled scripts to ModeChange hook 2018-01-21 10:35:05 +11:00
screen.kak * Crude implementation of focus: use the current region to switch to the desired window. 2017-12-03 20:05:02 +03:00
spell.kak src rc: Rename exec/eval into execute-keys/evaluate-commands 2017-11-03 11:09:45 +03:00
sql.kak rc/: Replace simple uses of sed with tr 2018-02-18 15:00:30 +11:00
swift.kak rc: Don't use command aliases to highlight keywords properly 2017-11-03 10:34:41 +03:00
tmux.kak src rc: Rename exec/eval into execute-keys/evaluate-commands 2017-11-03 11:09:45 +03:00
x11.kak src rc: Rename exec/eval into execute-keys/evaluate-commands 2017-11-03 11:09:45 +03:00
yaml.kak Convert bundled scripts to ModeChange hook 2018-01-21 10:35:05 +11:00