Branch: refs/heads/document-messages Author: Nick Treleaven nick.treleaven@btinternet.com Committer: Nick Treleaven nick.treleaven@btinternet.com Date: Fri, 16 Dec 2011 21:02:39 Commit: ef3d5b8417c92ce4b125ef614f947026be63ed9b https://github.com/geany/geany/commit/ef3d5b8417c92ce4b125ef614f947026be63ed...
Log Message: ----------- Use 'comment' named style for D nested comments
This also fixes a wrong style key name for filetypes.d. (Nested comments aren't necessarily doc-comments).
Modified Paths: -------------- data/filetypes.d src/highlightingmappings.h
Modified: data/filetypes.d 2 files changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -5,7 +5,7 @@ default=default comment=comment commentline=comment_line commentdoc=comment_doc -commentdocnested=comment_doc +commentnested=comment number=number_1 word=keyword_1 word2=keyword_2
Modified: src/highlightingmappings.h 2 files changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -349,7 +349,7 @@ { SCE_D_COMMENT, "comment", FALSE }, { SCE_D_COMMENTLINE, "commentline", FALSE }, { SCE_D_COMMENTDOC, "commentdoc", FALSE }, - { SCE_D_COMMENTNESTED, "commentdocnested", FALSE }, + { SCE_D_COMMENTNESTED, "commentnested", FALSE }, { SCE_D_NUMBER, "number", FALSE }, { SCE_D_WORD, "word", FALSE }, { SCE_D_WORD2, "word2", FALSE },
@@ Diff output truncated at 100000 characters. @@
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: TBD).