From fec93b9b0cc83dc1102c78c8bf1eacaf8763d9b8 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Mon, 23 Mar 2015 20:30:46 +0100 Subject: reformatted existing lexer definitions * they are updated with the results of scite2co.lua This makes it easier in the future to update lexer settings based on the property files of new SciTE releases. --- lib/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/Makefile.am') diff --git a/lib/Makefile.am b/lib/Makefile.am index 21a8774..027a2f7 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -13,8 +13,8 @@ dist_colorscheme_DATA = colors/terminal.tes # This list must be extended when adding # a new lexer configuration: lexerdir = $(scitecolibdir)/lexers -dist_lexer_DATA = lexers/patch.tes \ - lexers/sh.tes \ +dist_lexer_DATA = lexers/diff.tes \ + lexers/bash.tes \ lexers/cpp.tes \ lexers/cmake.tes \ lexers/batch.tes \ -- cgit v1.2.3