~skiter23/codeblocks/Stable

« back to all changes in this revision

Viewing changes to sdk/resources/lexers/lexer_OgreMaterial.xml

  • Committer: skiter
  • Date: 2008-04-13 02:17:50 UTC
  • Revision ID: skiter@anonymous-20080413021750-idptbpxvdui6ms6y
Initial import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<!DOCTYPE CodeBlocks_lexer_properties>
 
3
<CodeBlocks_lexer_properties>
 
4
                <Lexer name="Ogre Material script"
 
5
                                index="3"
 
6
                                filemasks="*.material,*.program">
 
7
                                <Style name="Default"
 
8
                                                index="0"
 
9
                                                fg="0,0,0"
 
10
                                                bg="255,255,255"
 
11
                                                bold="0"
 
12
                                                italics="0"
 
13
                                                underlined="0"/>
 
14
                                <Style name="Comment"
 
15
                                                index="1,2,3"
 
16
                                                fg="160,160,160"/>
 
17
                                <Style name="Number"
 
18
                                                index="4"
 
19
                                                fg="240,0,240"/>
 
20
                                <Style name="Keyword"
 
21
                                                index="5"
 
22
                                                fg="0,0,160"
 
23
                                                bold="1"/>
 
24
                                <Style name="keyword attributes"
 
25
                                                index="16"
 
26
                                                fg="0,155,0"
 
27
                                                bold="1"/>
 
28
                                <Style name="identifiers"
 
29
                                                index="11"
 
30
                                                fg="0,150,200"
 
31
                                                bold="0"/>
 
32
                                <Style name="Selection"
 
33
                                                index="5"
 
34
                                                bg="192,192,192"/>
 
35
                                <Style name="Active line"
 
36
                                                index="-98"
 
37
                                                bg="255,255,160"/>
 
38
                                <Style name="Matching brace highlight"
 
39
                                                index="34"
 
40
                                                fg="255,0,0"
 
41
                                                bold="1"
 
42
                                                underlined="1"/>
 
43
                                <Style name="No matching brace highlight"
 
44
                                                index="35"
 
45
                                                bg="255,128,0"/>
 
46
                                <Keywords>
 
47
                                                <Language index="0"
 
48
                                                                value="material set_texture_alias technique pass texture_unit lod_distances receive_shadows transparency_casts_shadows lod_index ambient diffuse specular emissive scene_blend depth_check depth_write depth_func depth_bias alpha_rejection cull_hardware cull_software lighting shading fog_override colour_write max_lights iteration texture texture_alias anim_texture cubic_texture tex_coord_set tex_address_mode filtering max_anisotropy colour_op colour_op_ex colour_op_multipass_fallback alpha_op_ex env_map scroll scroll_anim rotate rotate_anim scale wave_xform vertex_program vertex_program_ref fragment_program fragment_program_ref default_params source entry_point target profiles attach includes_skeletal_animation param_indexed param_indexed_auto param_named param_named_auto "/>
 
49
                                                <User index="1" value="add modulate colour_blend alpha_blend one zero dest_colour src_colour one_minus_dest_colour one_minus_src_colour dest_alpha src_alpha one_minus_dest_alpha one_minus_src_alpha always_fail always_pass less less_equal equal not_equal greater_equal greater flat gouraud clockwise anticlockwise back front phong true false on off none linear exp exp2 once_per_light point directional spot 1d 2d 3d cubic combinedUVW separateUV wrap clamp mirror bilinear trilinear anisotropic replace source1 source2 modulate_x2 modulate_x4 add_signed add_smooth subtract blend_diffuse_alpha blend_texture_alpha blend_current_alpha blend_manual src_current src_texture src_diffuse src_specular src_manual spherical planar cubic_reflection cubic_normal scroll_x scroll_y rotate scale_x scale_y since triangle square sawtooth inverse_sawtooth cg hlsl glsl asm vs_1_1 vs_2_0 vs_2_x vs_3_0 arbvp1 vp20 vp30 vp40 ps_1_1 ps_1_2 ps_1_3 ps_1_4 ps_2_0 ps_2_x ps_3_0 ps_3_x arbfp1 fp20 fp30 fp40 float float2 float3 float4 matrix4x4 int world_matrix inverse_world_matrix transpose_world_matrix inverse_transpose_world_matrix world_matrix_array_3x4 world_matrix_array view_matrix inverse_view_matrix transpose_view_matrix inverse_transpose_view_matrix  projection_matrix inverse_projection_matrix transpose_projection_matrix inverse_transpose_projection_matrix viewproj_matrix inverse_viewproj_matrix transpose_viewproj_matrix inverse_transpose_viewproj_matrix worldview_matrix inverse_worldview_matrix transpose_worldview_matrix inverse_transpose_worldview_matrix worldviewproj_matrix inverse_worldviewproj_matrix transpose_worldviewproj_matrix inverse_transpose_worldviewproj_matrix ambient_light_colour light_diffuse_colour light_specular_colour light_attenuation light_position light_position_object_space light_position_view_space light_direction light_direction_object_space light_direction_view_space light_distance_object_space shadow_extrusion_distance camera_position camera_position_object_space texture_viewproj_matrix custom time time_0_x costime_0_x sintime_0_x tantime_0_x time_0_x_packed time_0_1 costime_0_1 sintime_0_1 tantime_0_1 time_0_1_packed time_0_2pi costime_0_2pi sintime_0_2pi tantime_0_2pi time_0_2pi_packed fps viewport_width viewport_height inverse_viewport_width inverse_viewport_height view_direction view_side_vector view_up_vector fov near_clip_distance far_clip_distance pass_number pass_iteration_number animation_parametric "/>
 
50
                                                <Documentation index="2" value=""/>
 
51
                                </Keywords>
 
52
                                <SampleCode value="lexer_OgreMaterial.sample"/>
 
53
                </Lexer>
 
54
</CodeBlocks_lexer_properties>