From 0f58794a67609b939ace74cacb48fa8efb21fca0 Mon Sep 17 00:00:00 2001 From: Andrew Borodin Date: Tue, 3 Nov 2009 20:50:37 +0300 Subject: [PATCH] Ticket #1779: some syntax files are not installable. Recently added syntax files were not added to Makefile.am, therefore they won't get it to the distribution through EXTRA_DIST and are not installed. Now syntax/Makefile.am file contains all syntax file names that are sorted alphabetically. Description of tt.syntax was added to the syntax/Syntax file. Signed-off-by: Andrew Borodin --- syntax/Makefile.am | 29 ++++++++++++++++++----------- syntax/Syntax | 3 +++ 2 files changed, 21 insertions(+), 11 deletions(-) diff --git a/syntax/Makefile.am b/syntax/Makefile.am index 8eec579eb..df707d915 100644 --- a/syntax/Makefile.am +++ b/syntax/Makefile.am @@ -1,40 +1,43 @@ SYNTAXFILES = \ + PKGBUILD.syntax \ ada95.syntax \ - awk.syntax \ aspx.syntax \ assembler.syntax \ + awk.syntax \ c.syntax \ changelog.syntax \ - debian-changelog.syntax \ - debian-control.syntax \ - debian-description.syntax \ - debian-sources-list.syntax \ cs.syntax \ css.syntax \ cxx.syntax \ d.syntax \ + debian-changelog.syntax \ + debian-control.syntax \ + debian-description.syntax \ + debian-sources-list.syntax \ diff.syntax \ dos.syntax \ ebuild.syntax \ eiffel.syntax \ erlang.syntax \ f90.syntax \ + filehighlight.syntax \ fortran.syntax \ haskell.syntax \ html.syntax \ idl.syntax \ + j.syntax \ java.syntax \ js.syntax \ latex.syntax \ lisp.syntax \ lsm.syntax \ lua.syntax \ - nemerle.syntax \ m4.syntax \ mail.syntax \ makefile.syntax \ ml.syntax \ - named.syntax \ + named.syntax \ + nemerle.syntax \ nroff.syntax \ octave.syntax \ pascal.syntax \ @@ -43,22 +46,26 @@ SYNTAXFILES = \ po.syntax \ povray.syntax \ procmail.syntax \ + properties.syntax \ python.syntax \ ruby.syntax \ sh.syntax \ - smalltalk.syntax \ slang.syntax \ + smalltalk.syntax \ spec.syntax \ - strace.syntax \ sql.syntax \ + strace.syntax \ swig.syntax \ syntax.syntax \ tcl.syntax \ texinfo.syntax \ + tt.syntax \ + unknown.syntax \ verilog.syntax \ vhdl.syntax \ - unknown.syntax \ - xml.syntax + xml.syntax \ + yum-repo.syntax \ + yxx.syntax SYNTAXCONFFILES = \ Syntax diff --git a/syntax/Syntax b/syntax/Syntax index 4337a46ef..0ae014caf 100644 --- a/syntax/Syntax +++ b/syntax/Syntax @@ -58,6 +58,9 @@ include html.syntax file ..\*\\.(xml|XML|xsd|XSD|xslt?|XSLT?|dtd|DTD|qpg|qpg.in)$ XML\sdocument (\\?xml\sversion|!DOCTYPE\s) include xml.syntax +file ..\*\\.(tt|TT)$ Template::Toolkit\sFile +include tt.syntax + file (.\*[Mm]akefile[\\\.A-Za-z0-9]\*|..\*\\.mk|Kbuild)$ Makefile include makefile.syntax