mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-16 13:57:07 +09:00
10 lines
260 B
YAML
10 lines
260 B
YAML
filetype: r
|
|
|
|
detect:
|
|
filename: "\\.(r|R)$"
|
|
|
|
rules:
|
|
- statement: "\\b(break|else|for|function|if|in|next|repeat|return|while)\\b"
|
|
- constant: "\\b(TRUE|FALSE|NULL|Inf|NaN|NA|NA_integer_|NA_real_|NA_complex_|NA_character_)\\b"
|
|
- comment: "#.*$"
|