diff options
| author | David B. Lamkins <dlamkins@galois.com> | 2015-11-11 22:19:30 +0100 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2015-11-11 22:23:02 +0100 |
| commit | 131a635c94c2db293a11aa9fbe5f1c2877623964 (patch) | |
| tree | 3ebf9c7aa73ffab66ec062921791c7af2630665c /lexers/lexer.lua | |
| parent | b9add01697676f876d9c931601f3356306425f4b (diff) | |
| download | vis-131a635c94c2db293a11aa9fbe5f1c2877623964.tar.gz vis-131a635c94c2db293a11aa9fbe5f1c2877623964.tar.xz | |
lexer: add lexer for pure
Ref: http://purelang.bitbucket.org/
Closes #106
Diffstat (limited to 'lexers/lexer.lua')
| -rw-r--r-- | lexers/lexer.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lexers/lexer.lua b/lexers/lexer.lua index 2cb7ad0..a6b27bd 100644 --- a/lexers/lexer.lua +++ b/lexers/lexer.lua @@ -1668,6 +1668,7 @@ local files = { [".eps|.ps"] = "ps", [".prolog"] = "prolog", [".props|.properties"] = "props", + [".pure"] = "pure", [".sc|.py|.pyw"] = "python", [".R|.Rout|.Rhistory|.Rt|Rout.save|Rout.fail"] = "rstats", [".r|.reb"] = "rebol", |
