diff options
author | wei <> | 2006-06-01 11:30:16 +0000 |
---|---|---|
committer | wei <> | 2006-06-01 11:30:16 +0000 |
commit | c747273ddd0656b348598b64c78b72d2d4ca23d1 (patch) | |
tree | 8ff71f72dc7c2e29f88e234d0ad74d745851758d /.gitattributes | |
parent | 6c51bde9db85fa63adbddf2240a521b437bbb06a (diff) |
adding TMarkdown for markdown syntax
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index d9e0f7f9..faaafecf 100644 --- a/.gitattributes +++ b/.gitattributes @@ -441,6 +441,8 @@ docs/specs/application.xsd -text docs/specs/config.dtd -text docs/specs/config.xsd -text framework/.htaccess -text +framework/3rdParty/Markdown/License.text -text +framework/3rdParty/Markdown/MarkdownParser.php -text framework/3rdParty/SafeHtml/HTMLSax3.php -text framework/3rdParty/SafeHtml/HTMLSax3/Decorators.php -text framework/3rdParty/SafeHtml/HTMLSax3/States.php -text @@ -942,6 +944,7 @@ framework/Web/UI/WebControls/TListBox.php -text framework/Web/UI/WebControls/TListControl.php -text framework/Web/UI/WebControls/TListControlValidator.php -text framework/Web/UI/WebControls/TLiteral.php -text +framework/Web/UI/WebControls/TMarkdown.php -text framework/Web/UI/WebControls/TMultiView.php -text framework/Web/UI/WebControls/TPanel.php -text framework/Web/UI/WebControls/TPlaceHolder.php -text |