micro/runtime/syntax/r.micro

8 lines
238 B
Text
Raw Normal View History

2016-05-02 22:01:46 +03:00
# R source code
syntax "r" "\.(r|R)$"
2016-05-02 22:01:46 +03:00
color statement "\b(break|else|for|function|if|in|next|repeat|return|while)\b"
color constant "\b(TRUE|FALSE|NULL|Inf|NaN|NA|NA_integer_|NA_real_|NA_complex_|NA_character_)\b"
color comment "#.*$"