author | Lorenzo Bettini <bettini@dsi.unifi.it> | 2012年04月14日 17:49:05 +0200 |
---|---|---|
committer | Lorenzo Bettini <bettini@dsi.unifi.it> | 2012年04月14日 17:49:05 +0200 |
commit | 9e0c098f7f84cc2d5e6433a104cee21b5b5bb0df (patch) | |
tree | 32f63b17a85ba558d94a45882e66e64c09b9b7a1 | |
parent | 43c07b7f8dad409f333a0bdee5f5f72682c2e122 (diff) | |
download | src-highlite-9e0c098f7f84cc2d5e6433a104cee21b5b5bb0df.tar.gz |
-rw-r--r-- | NEWS | 1 | ||||
-rw-r--r-- | doc/index.html | 1 | ||||
-rw-r--r-- | src/lang.map | 1 | ||||
-rw-r--r-- | tests/lang.list | 1 |
@@ -13,6 +13,7 @@ Version 3.1.7 * fixed compilation bugs in MacOsX systems (thanks to Trevor Spiteri) * language definition for Lilypond (thanks to Federico Bruni) + * language definition for R statistics programming language Version 3.1.6 diff --git a/doc/index.html b/doc/index.html index 653c00a..2c0dfff 100644 --- a/doc/index.html +++ b/doc/index.html @@ -110,6 +110,7 @@ supported <li> <i>Properties files</i></li> <li> <i>Protobuf (Google's Protocol Buffers)</i></li> <li> <i>Python</i></li> +<li> <i>R statistics programming language</i> <font color="red">(new)</font></li> <li> <i>RPM Spec files</i></li> <li> <i>Ruby</i></li> <li> <i>Scala</i></li> diff --git a/src/lang.map b/src/lang.map index 2eefacd..6e92ce3 100644 --- a/src/lang.map +++ b/src/lang.map @@ -124,6 +124,7 @@ manifest = manifest.lang mf = manifest.lang asm = asm.lang s = asm.lang +r = asm.lang applescript = applescript.lang scpt = applescript.lang vbscript = vbscript.lang diff --git a/tests/lang.list b/tests/lang.list index 64e520e..6db69e8 100644 --- a/tests/lang.list +++ b/tests/lang.list @@ -113,6 +113,7 @@ protobuf = proto.lang ps = postscript.lang py = python.lang python = python.lang +r = asm.lang rb = ruby.lang rc = xml.lang ruby = ruby.lang |