aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/Makefile.am
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2015-03-23 20:30:46 +0100
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2015-03-24 02:47:49 +0100
commitfec93b9b0cc83dc1102c78c8bf1eacaf8763d9b8 (patch)
tree2138c060b90a104c367dc9a36223b694c1b33f06 /lib/Makefile.am
parente4789a60d2a409f74efba9e9a3faf5250a50e0ae (diff)
downloadsciteco-fec93b9b0cc83dc1102c78c8bf1eacaf8763d9b8.tar.gz
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.
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r--lib/Makefile.am4
1 files changed, 2 insertions, 2 deletions
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 \