|
From: <ct...@us...> - 2013-04-22 08:22:26
|
Revision: 1945
http://sourceforge.net/p/colorer/svn/1945
Author: ctapmex
Date: 2013-04-22 08:22:20 +0000 (Mon, 22 Apr 2013)
Log Message:
-----------
fixed jscript, typo
Modified Paths:
--------------
trunk/schemes/hrc/changelog
trunk/schemes/hrc/hrc/CHANGELOG
trunk/schemes/hrc/hrc/inet/jscript.hrc
trunk/schemes/hrc/hrc/lib/uri.hrc
trunk/schemes/hrc/hrc/proto.hrc
trunk/schemes/hrc/hrc/proto.hrc.far
Modified: trunk/schemes/hrc/changelog
===================================================================
--- trunk/schemes/hrc/changelog 2013-04-21 04:24:59 UTC (rev 1944)
+++ trunk/schemes/hrc/changelog 2013-04-22 08:22:20 UTC (rev 1945)
@@ -1,5 +1,10 @@
$Revision$
$Author$ $Date$
+ - поправлена jscript
+ - новые расширения и опечатки
+
+#Revision: 1942
+ #Author: ctapmex Date: 2013-04-15 11:07:24 +0600 (Пн, 15 апр 2013)
- исправления в hrc файлов ошибок, свзяанных с форматом xml
- ошибка в modula.hrc
Modified: trunk/schemes/hrc/hrc/CHANGELOG
===================================================================
--- trunk/schemes/hrc/hrc/CHANGELOG 2013-04-21 04:24:59 UTC (rev 1944)
+++ trunk/schemes/hrc/hrc/CHANGELOG 2013-04-22 08:22:20 UTC (rev 1945)
@@ -1,3 +1,7 @@
+2013-04-22
+ Fixed:
+ - jscript: added keywords (Vladimir Panteleev)
+
2013-04-15
Fixed:
- d.hrc, ie-weidu/dialog.hrc, mako.hrc, ubasic.hrc, graphiz.hrc, reg.hrc, dtdcatalog.hrc - fix error in xml format
Modified: trunk/schemes/hrc/hrc/inet/jscript.hrc
===================================================================
--- trunk/schemes/hrc/hrc/inet/jscript.hrc 2013-04-21 04:24:59 UTC (rev 1944)
+++ trunk/schemes/hrc/hrc/inet/jscript.hrc 2013-04-22 08:22:20 UTC (rev 1945)
@@ -140,6 +140,7 @@
<word name="catch"/>
<word name="const"/>
<word name="continue"/>
+ <word name="default"/>
<word name="do"/>
<word name="else"/>
<word name="finally"/>
@@ -240,6 +241,7 @@
<word name="true"/>
<word name="false"/>
<word name="null"/>
+ <word name="undefined"/>
</keywords>
<keywords region="Var">
<!-- Objects -->
Modified: trunk/schemes/hrc/hrc/lib/uri.hrc
===================================================================
--- trunk/schemes/hrc/hrc/lib/uri.hrc 2013-04-21 04:24:59 UTC (rev 1944)
+++ trunk/schemes/hrc/hrc/lib/uri.hrc 2013-04-22 08:22:20 UTC (rev 1945)
@@ -14,7 +14,7 @@
URI scheme,
as defined in RFC 2396
- and realted standarts
+ and related standarts
</documentation><contributors><![CDATA[
Eugene Efremov <4m...@ma...>
Modified: trunk/schemes/hrc/hrc/proto.hrc
===================================================================
--- trunk/schemes/hrc/hrc/proto.hrc 2013-04-21 04:24:59 UTC (rev 1944)
+++ trunk/schemes/hrc/hrc/proto.hrc 2013-04-22 08:22:20 UTC (rev 1945)
@@ -319,7 +319,7 @@
</prototype>
<prototype name="actionscript" group="inet" description="ActionScript">
<location link="inet/actionscript.hrc"/>
- <filename>/\.(as)$/i</filename>
+ <filename>/\.(as|jsfl)$/i</filename>
</prototype>
<prototype name="vbScript" group="inet" description="VBScript">
<location link="inet/vbscript.hrc"/>
Modified: trunk/schemes/hrc/hrc/proto.hrc.far
===================================================================
--- trunk/schemes/hrc/hrc/proto.hrc.far 2013-04-21 04:24:59 UTC (rev 1944)
+++ trunk/schemes/hrc/hrc/proto.hrc.far 2013-04-22 08:22:20 UTC (rev 1945)
@@ -322,7 +322,7 @@
</prototype>
<prototype name="actionscript" group="inet" description="ActionScript">
<location link="inet/actionscript.hrc"/>
- <filename>/\.(as)$/i</filename>
+ <filename>/\.(as|jsfl)$/i</filename>
</prototype>
<prototype name="vbScript" group="inet" description="VBScript">
<location link="inet/vbscript.hrc"/>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|