mirror of
https://github.com/MidnightCommander/mc
synced 2025-04-15 19:42:53 +03:00
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 <aborodin@vmail.ru>
This commit is contained in:
parent
bbb025097e
commit
0f58794a67
@ -1,40 +1,43 @@
|
|||||||
SYNTAXFILES = \
|
SYNTAXFILES = \
|
||||||
|
PKGBUILD.syntax \
|
||||||
ada95.syntax \
|
ada95.syntax \
|
||||||
awk.syntax \
|
|
||||||
aspx.syntax \
|
aspx.syntax \
|
||||||
assembler.syntax \
|
assembler.syntax \
|
||||||
|
awk.syntax \
|
||||||
c.syntax \
|
c.syntax \
|
||||||
changelog.syntax \
|
changelog.syntax \
|
||||||
debian-changelog.syntax \
|
|
||||||
debian-control.syntax \
|
|
||||||
debian-description.syntax \
|
|
||||||
debian-sources-list.syntax \
|
|
||||||
cs.syntax \
|
cs.syntax \
|
||||||
css.syntax \
|
css.syntax \
|
||||||
cxx.syntax \
|
cxx.syntax \
|
||||||
d.syntax \
|
d.syntax \
|
||||||
|
debian-changelog.syntax \
|
||||||
|
debian-control.syntax \
|
||||||
|
debian-description.syntax \
|
||||||
|
debian-sources-list.syntax \
|
||||||
diff.syntax \
|
diff.syntax \
|
||||||
dos.syntax \
|
dos.syntax \
|
||||||
ebuild.syntax \
|
ebuild.syntax \
|
||||||
eiffel.syntax \
|
eiffel.syntax \
|
||||||
erlang.syntax \
|
erlang.syntax \
|
||||||
f90.syntax \
|
f90.syntax \
|
||||||
|
filehighlight.syntax \
|
||||||
fortran.syntax \
|
fortran.syntax \
|
||||||
haskell.syntax \
|
haskell.syntax \
|
||||||
html.syntax \
|
html.syntax \
|
||||||
idl.syntax \
|
idl.syntax \
|
||||||
|
j.syntax \
|
||||||
java.syntax \
|
java.syntax \
|
||||||
js.syntax \
|
js.syntax \
|
||||||
latex.syntax \
|
latex.syntax \
|
||||||
lisp.syntax \
|
lisp.syntax \
|
||||||
lsm.syntax \
|
lsm.syntax \
|
||||||
lua.syntax \
|
lua.syntax \
|
||||||
nemerle.syntax \
|
|
||||||
m4.syntax \
|
m4.syntax \
|
||||||
mail.syntax \
|
mail.syntax \
|
||||||
makefile.syntax \
|
makefile.syntax \
|
||||||
ml.syntax \
|
ml.syntax \
|
||||||
named.syntax \
|
named.syntax \
|
||||||
|
nemerle.syntax \
|
||||||
nroff.syntax \
|
nroff.syntax \
|
||||||
octave.syntax \
|
octave.syntax \
|
||||||
pascal.syntax \
|
pascal.syntax \
|
||||||
@ -43,22 +46,26 @@ SYNTAXFILES = \
|
|||||||
po.syntax \
|
po.syntax \
|
||||||
povray.syntax \
|
povray.syntax \
|
||||||
procmail.syntax \
|
procmail.syntax \
|
||||||
|
properties.syntax \
|
||||||
python.syntax \
|
python.syntax \
|
||||||
ruby.syntax \
|
ruby.syntax \
|
||||||
sh.syntax \
|
sh.syntax \
|
||||||
smalltalk.syntax \
|
|
||||||
slang.syntax \
|
slang.syntax \
|
||||||
|
smalltalk.syntax \
|
||||||
spec.syntax \
|
spec.syntax \
|
||||||
strace.syntax \
|
|
||||||
sql.syntax \
|
sql.syntax \
|
||||||
|
strace.syntax \
|
||||||
swig.syntax \
|
swig.syntax \
|
||||||
syntax.syntax \
|
syntax.syntax \
|
||||||
tcl.syntax \
|
tcl.syntax \
|
||||||
texinfo.syntax \
|
texinfo.syntax \
|
||||||
|
tt.syntax \
|
||||||
|
unknown.syntax \
|
||||||
verilog.syntax \
|
verilog.syntax \
|
||||||
vhdl.syntax \
|
vhdl.syntax \
|
||||||
unknown.syntax \
|
xml.syntax \
|
||||||
xml.syntax
|
yum-repo.syntax \
|
||||||
|
yxx.syntax
|
||||||
|
|
||||||
SYNTAXCONFFILES = \
|
SYNTAXCONFFILES = \
|
||||||
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)
|
file ..\*\\.(xml|XML|xsd|XSD|xslt?|XSLT?|dtd|DTD|qpg|qpg.in)$ XML\sdocument (\\?xml\sversion|!DOCTYPE\s)
|
||||||
include xml.syntax
|
include xml.syntax
|
||||||
|
|
||||||
|
file ..\*\\.(tt|TT)$ Template::Toolkit\sFile
|
||||||
|
include tt.syntax
|
||||||
|
|
||||||
file (.\*[Mm]akefile[\\\.A-Za-z0-9]\*|..\*\\.mk|Kbuild)$ Makefile
|
file (.\*[Mm]akefile[\\\.A-Za-z0-9]\*|..\*\\.mk|Kbuild)$ Makefile
|
||||||
include makefile.syntax
|
include makefile.syntax
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user