micro/runtime/syntax/r.yaml

10 lines
260 B
YAML
Raw Normal View History

filetype: r
2017-03-21 21:55:22 +03:00
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"
2017-03-21 21:55:22 +03:00
- comment: "#.*$"