mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-10 14:42:47 +09:00
7
runtime/syntax/r.micro
Normal file
7
runtime/syntax/r.micro
Normal file
@@ -0,0 +1,7 @@
|
||||
# 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 "#.*$"
|
||||
Reference in New Issue
Block a user