From 2c359a7d9dcbc2ac9f5e53cfebd73f9013071a2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Wed, 28 Feb 2018 12:22:10 +0100 Subject: lexer: add reference to ReasonML homepage --- lua/lexers/reason.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lua') diff --git a/lua/lexers/reason.lua b/lua/lexers/reason.lua index eb5a727..b67e340 100644 --- a/lua/lexers/reason.lua +++ b/lua/lexers/reason.lua @@ -1,5 +1,5 @@ -- Copyright 2006-2017 Mitchell mitchell.att.foicica.com. See LICENSE. --- Reason LPeg lexer. +-- Reason (https://reasonml.github.io/) LPeg lexer. local l = require('lexer') local token, word_match = l.token, l.word_match @@ -39,7 +39,6 @@ local type = token(l.TYPE, word_match{ }) -- Functions. - local func = token(l.FUNCTION, word_match{ 'raise', 'invalid_arg', 'failwith', 'compare', 'min', 'max', 'succ', 'pred', 'mod', 'abs', 'max_int', 'min_int', 'sqrt', 'exp', 'log', 'log10', 'cos', -- cgit v1.2.3