Small update of German translation
[geany-mirror.git] / data / filedefs / filetypes.glsl
blobd84d49820aa041e5bd189e3ddaf0794a254518cc
1 # For complete documentation of this file, please see Geany's main documentation
2 [styling=C]
4 [keywords]
5 # all items must be in one line
6 primary=if else switch case default for while do discard return break continue true false struct void bool int uint float vec2 vec3 vec4 ivec2 ivec3 ivec4 bvec2 bvec3 bvec4 uvec2 uvec3 uvec4 mat2 mat3 mat4 mat2x2 mat2x3 mat2x4 mat3x2 mat3x3 mat3x4 mat4x2 mat4x3 mat4x4 sampler1D sampler2D sampler3D samplerCube sampler1DShadow sampler2DShadow sampler1DArray sampler2DArray sampler1DArrayShadow sampler2DArrayShadow isampler1D isampler2D isampler3D isamplerCube isampler1DArray isampler2DArray usampler1D usampler2D usampler3D usamplerCube usampler1DArray usampler2DArray const invariant centroid in out inout attribute uniform varying smooth flat noperspective highp mediump lowp
7 secondary=
8 # these are some doxygen keywords (incomplete)
9 docComment=attention author brief bug class code date def enum example exception file fn namespace note param remarks return returns see since struct throw todo typedef var version warning union
11 [lexer_properties=C]
13 [settings]
14 lexer_filetype=C
16 # default extension used when saving files
17 extension=glsl
19 # the following characters are these which a "word" can contains, see documentation
20 #wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
22 # single comments, like # in this file
23 comment_single=//
24 # multiline comments
25 comment_open=/*
26 comment_close=*/
28 # set to false if a comment character/string should start at column 0 of a line, true uses any
29 # indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
30         #command_example();
31 # setting to false would generate this
32 #       command_example();
33 # This setting works only for single line comments
34 comment_use_indent=true
36 # context action command (please see Geany's main documentation for details)
37 context_action_cmd=
39 [indentation]
40 #width=4
41 # 0 is spaces, 1 is tabs, 2 is tab & spaces
42 #type=1
44 [build_settings]
45 # %f will be replaced by the complete filename
46 # %e will be replaced by the filename without extension
47 # (use only one of it at one time)
48 #compiler=
49 #linker=
50 #run_cmd=