5 Commits

Author SHA1 Message Date
Dave Yarwood
073e295aca add syntax highlighting for markers/at-markers 2018-01-23 07:11:39 -05:00
Dave Yarwood
548ca90aac add syntax highlighting for voices; change syntax group for octave changes 2018-01-22 10:48:41 -05:00
Dave Yarwood
8fce7be262 proper syntax highlighting of inline clojure code 2018-01-22 07:38:52 -05:00
Dave Yarwood
53f05ec2fe syntax highlighting clj exprs, WIP
This covers Clojure expressions which may include close-parens as character literals or inside of strings. Nesting Clojure expressions breaks highlighting though, it terminates on the first non-character-non-string close-paren that it finds.

So these are highlighted correctly:

    (tempo! 126)
    (prn \( "hey" \))
    (prn "some stuff (in parens)")

But this is not:

    (+ 1 (* 2 3))
2015-11-10 09:42:45 -05:00
Dave Yarwood
17ac703d81 init
* filetype detection
* very, very basic syntax highlighting. need to add/fix a lot of things.
* vim-commentary support
2015-11-07 14:02:51 -05:00