]> git.lizzy.rs Git - micro.git/blob - runtime/syntax/r.micro
Added some SCSS keywords for the css/scss highlighting
[micro.git] / runtime / syntax / r.micro
1 # R source code
2
3 syntax "r" "\.(r|R)$"
4
5 color statement "\b(break|else|for|function|if|in|next|repeat|return|while)\b"
6 color constant "\b(TRUE|FALSE|NULL|Inf|NaN|NA|NA_integer_|NA_real_|NA_complex_|NA_character_)\b"
7 color comment "#.*$"