mirror of
https://github.com/zyedidia/micro.git
synced 2026-02-05 22:50:21 +09:00
8 lines
238 B
Plaintext
8 lines
238 B
Plaintext
# R source code
|
|
|
|
syntax "R" "\.(r|R)$"
|
|
|
|
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 "#.*$"
|