1
0
mirror of https://github.com/cmur2/joe-syntax.git synced 2025-06-26 12:30:20 +02:00

New syntax highlighting for Ant scripts

Common file for ftyperc: build.xml

This jsf is derived from the XML highlighter but with changed
colors matching the fact that for Ant <tags> are important
(and blue is bad here).

Features:
- Ant variable reference highlighting for e.g. ${build.dir}
This commit is contained in:
Christian Nicolai
2011-08-02 13:58:41 +02:00
parent fe150361d1
commit 1a314919ff
2 changed files with 297 additions and 0 deletions

View File

@ -777,3 +777,7 @@
*sources.list.*
-syntax debian
Ant's build.xml
*build.xml
-syntax ant