Branch: refs/heads/master Author: trongthanh trongthanh@gmail.com Committer: Matthew Brush matt@geany.org Date: Sun, 30 Sep 2012 17:57:38 Commit: e70d9e5e05c6329d201dfaae19858decb0474e21 https://github.com/geany/geany/commit/e70d9e5e05c6329d201dfaae19858decb0474e...
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).