Skip to content

Commit 93341be

Browse files
committed
Add language definition and samples for RUNOFF
1 parent f2ae3b6 commit 93341be

File tree

6 files changed

+12252
-0
lines changed

6 files changed

+12252
-0
lines changed

lib/linguist/languages.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3154,6 +3154,15 @@ RMarkdown:
31543154
- .rmd
31553155
tm_scope: source.gfm
31563156

3157+
RUNOFF:
3158+
type: markup
3159+
color: "#665a4e"
3160+
extensions:
3161+
- .rnh
3162+
- .rno
3163+
tm_scope: text.runoff
3164+
ace_mode: text
3165+
31573166
Racket:
31583167
type: programming
31593168
color: "#22228f"

samples/Groff/refs.rno

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
.\" Copyright (c) 1980 Regents of the University of California.
2+
.\" All rights reserved. The Berkeley software License Agreement
3+
.\" specifies the terms and conditions for redistribution.
4+
.\"
5+
.\" @(#)refs.rno 6.1 (Berkeley) 4/29/86
6+
.\"
7+
.NS 1 "References"
8+
.sp
9+
.ip "[Bac78]"
10+
John Backus, \*(lqCan Programming Be Liberated from the von Neumann Style?
11+
A Functional Style and Its Algebra of Programs,\*(rq \fICACM\fP, Turing
12+
Award Lecture, 21, 8 (August 1978), 613-641.
13+
.sp 6p
14+
.ip "[Fod80]"
15+
John K. Foderaro, \*(lqThe \s-2FRANZ LISP\s+2
16+
Manual,\*(rq University of California,
17+
Berkeley, California, 1980.
18+
.sp 6p
19+
.ip "[Joy79]"
20+
W.N. Joy, O. Babaoglu, \*(lqUNIX Programmer's Manual,\*(rq November 7,
21+
1979, Computer Science Division, University of California, Berkeley,
22+
California.
23+
.sp 6p
24+
.ip "[Mc60]"
25+
J. McCarthy, \*(lqRecursive Functions of Symbolic expressions and their
26+
Computation by Machine,\*(rq Part I, \fICACM\fP 3, 4 (April 1960), 184-195.
27+
.sp 6p
28+
.ip "[Pat80]"
29+
Dorab Ratan Patel, \*(lqA System Organization for Applicative Programming,\*(rq
30+
M.S Thesis, University of California, Los Angeles, California, 1980.
31+
.sp 6p
32+
.ip "[Pat81]"
33+
Dorab Patel, \*(lqFunctional Language Interpreter User Manual,\*(rq
34+
University of California, Los Angeles, California, 1981.
35+
.bp

0 commit comments

Comments
 (0)