[geany/geany] e70d9e: Fix JavaScript ident/keyword highlighting in HTML filetype

trongthanh git-noreply at xxxxx
Sun Sep 30 17:57:38 UTC 2012


Branch:      refs/heads/master
Author:      trongthanh <trongthanh at gmail.com>
Committer:   Matthew Brush <matt at geany.org>
Date:        Sun, 30 Sep 2012 17:57:38
Commit:      e70d9e5e05c6329d201dfaae19858decb0474e21
             https://github.com/geany/geany/commit/e70d9e5e05c6329d201dfaae19858decb0474e21

Log Message:
-----------
Fix JavaScript ident/keyword highlighting in HTML filetype


Modified Paths:
--------------
    data/filetypes.html

Modified: data/filetypes.html
4 files changed, 2 insertions(+), 2 deletions(-)
===================================================================
@@ -53,8 +53,8 @@
 jscript_commentline=comment_line
 jscript_commentdoc=comment_doc
 jscript_number=number_1
-jscript_word=keyword_1
-jscript_keyword=keyword_2
+jscript_word=default
+jscript_keyword=keyword_1
 jscript_doublestring=string_1
 jscript_singlestring=string_1
 



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: TBD).



More information about the Commits mailing list