aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/app_settings
diff options
context:
space:
mode:
authorMcCabe Maxsted2009-01-15 07:45:10 -0700
committerMcCabe Maxsted2009-01-15 07:45:10 -0700
commit6c2a890c2d66f41375cfaf01ca3db797693878b5 (patch)
treefc5f861cc3c2735804d93996981c09a395f1cd86 /linden/indra/newview/app_settings
parentAdded compile support for multiline comments (diff)
downloadmeta-impy-6c2a890c2d66f41375cfaf01ca3db797693878b5.zip
meta-impy-6c2a890c2d66f41375cfaf01ca3db797693878b5.tar.gz
meta-impy-6c2a890c2d66f41375cfaf01ca3db797693878b5.tar.bz2
meta-impy-6c2a890c2d66f41375cfaf01ca3db797693878b5.tar.xz
Added viewer support for multiline comments
Diffstat (limited to 'linden/indra/newview/app_settings')
-rw-r--r--linden/indra/newview/app_settings/keywords.ini6
1 files changed, 4 insertions, 2 deletions
diff --git a/linden/indra/newview/app_settings/keywords.ini b/linden/indra/newview/app_settings/keywords.ini
index 3679c38..28ecb00 100644
--- a/linden/indra/newview/app_settings/keywords.ini
+++ b/linden/indra/newview/app_settings/keywords.ini
@@ -551,9 +551,11 @@ return Leave current function or event handler
551# Comment 551# Comment
552[one_sided_delimiter .8, .3, .15] 552[one_sided_delimiter .8, .3, .15]
553// Comment:Non-functional commentary or disabled code 553// Comment:Non-functional commentary or disabled code
554[two_sided_delimiter .8, .3, .15]
555/* */ Comment:Non-functional commentary or disabled code
554 556
555# String literals 557# String literals
556[two_sided_delimiter 0, .2, 0] 558[two_sided_delimiter_esc 0, .2, 0]
557" String literal 559" " String literal
558 560
559#functions are supplied by the program now. 561#functions are supplied by the program now.