mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-25 18:07:07 +09:00
Add converted syntax files
This commit is contained in:
@@ -1,12 +1,9 @@
|
||||
filetype: r
|
||||
|
||||
detect:
|
||||
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:
|
||||
start: "#"
|
||||
end: "$"
|
||||
rules: []
|
||||
- comment: "#.*$"
|
||||
|
||||
Reference in New Issue
Block a user