diff options
Diffstat (limited to 'kate/data/mel.xml')
-rw-r--r-- | kate/data/mel.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kate/data/mel.xml b/kate/data/mel.xml index 032cba66f..e7495e23c 100644 --- a/kate/data/mel.xml +++ b/kate/data/mel.xml @@ -20,7 +20,7 @@ with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA --> -<language name="MEL" section="Scripts" version="1.00" kateversion="2.4" extensions="*.mel" mimetype="" author="Karl Erlandsen (karlerlandsen@yahoo.com)" license="GPL"> +<language name="MEL" section="Scripts" version="1.02" kateversion="2.5" extensions="*.mel" mimetype="" author="Karl Erlandsen (karlerlandsen@yahoo.com)" license="GPL"> <highlighting> <list name="keywords"> <item> break </item> @@ -1310,7 +1310,7 @@ with this program; if not, write to the Free Software Foundation, Inc., </list> <contexts> - <context attribute="Normal Text" lineEndContext="#pop" name="Normal" > + <context attribute="Normal Text" lineEndContext="#stay" name="Normal" > <DetectSpaces /> <Detect2Chars attribute="Block comments" context="Block comments" char="/" char1="*" beginRegion="Block comments" /> <Detect2Chars attribute="Line comments" context="Line comments" char="/" char1="/" /> |