From e4789a60d2a409f74efba9e9a3faf5250a50e0ae Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Tue, 24 Mar 2015 02:30:13 +0100 Subject: added scite2co.lua: a script for generating SciTECO lexer definitions from SciTE properties files --- lib/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/Makefile.am') diff --git a/lib/Makefile.am b/lib/Makefile.am index c590484..21a8774 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -2,6 +2,9 @@ dist_scitecolib_DATA = color.tes lexer.tes session.tes fnkeys.tes dist_scitecolib_DATA += string.tes +# Helper script for creating lexer definitions +EXTRA_DIST = scite2co.lua + # This list must be extended when adding # a new color scheme: colorschemedir = $(scitecolibdir)/colors -- cgit v1.2.3