diff options
| author | Maestro Linden <maestro@lindenlab.com> | 2013-07-02 17:59:43 +0000 | 
|---|---|---|
| committer | Maestro Linden <maestro@lindenlab.com> | 2013-07-02 17:59:43 +0000 | 
| commit | ccc85777986e35c1f16ba71ac0f41bb16429f02e (patch) | |
| tree | d629f3491440434c6d79989edfa8a2bbff1ba603 /indra/newview | |
| parent | d6d2f74fbbf22ba70166a97e15b6c3b39e42ac4d (diff) | |
MAINT-1260 add missing PRIM_ constants to syntax highlighting.  Reviewed by Kelly.
Diffstat (limited to 'indra/newview')
| -rwxr-xr-x | indra/newview/app_settings/keywords.ini | 13 | 
1 files changed, 13 insertions, 0 deletions
| diff --git a/indra/newview/app_settings/keywords.ini b/indra/newview/app_settings/keywords.ini index 766c9a4604..a292843f6c 100755 --- a/indra/newview/app_settings/keywords.ini +++ b/indra/newview/app_settings/keywords.ini @@ -390,6 +390,19 @@ PRIM_BUMP_SHINY		Followed by an integer face, one of PRIM_SHINY_NONE, PRIM_SHINY  PRIM_FULLBRIGHT		Followed by an integer face, and TRUE or FALSE  PRIM_TEXGEN			Followed by an integer face, and one of PRIM_TEXGEN_DEFAULT or PRIM_TEXGEN_PLANAR  PRIM_GLOW			Followed by an integer face, and a float from 0.0 to 1.0 specifying glow amount +PRIM_TEXT			Followed by string text, vector color, and float alpha +PRIM_NAME			Followed by string name +PRIM_DESC			Followed by string description +PRIM_ROT_LOCAL		Followed by rotation rot +PRIM_PHYSICS_SHAPE_TYPE	Followed by PRIM_PHYSICS_SHAPE_PRIM, PRIM_PHYSICS_SHAPE_NONE, or PRIM_PHYSICS_SHAPE_CONVEX +PRIM_OMEGA			Followed by vector axis, float spinrate, and float gain +PRIM_POS_LOCAL		Followed by vector position +PRIM_LINK_TARGET	Followed by integer link_target, then additional prim parameter flags +PRIM_SLICE			Followed by vector slice + +PRIM_PHYSICS_SHAPE_PRIM	Use the default physics shape +PRIM_PHYSICS_SHAPE_CONVEX	Use the convex hull of the prim shape for physics +PRIM_PHYSICS_SHAPE_NONE	Ignore this prim in the physics shape  PRIM_TYPE_BOX		Followed by integer hole shape, vector cut, float hollow, vector twist,:vector top size, and vector top shear  PRIM_TYPE_CYLINDER	Followed by integer hole shape, vector cut, float hollow, vector twist,:vector top size, and vector top shear | 
