I'm trying to create my own conf files for TeX and noweb, so I try to create config files in a "step by step" fashion.<br>1) I've copied usr/share/geany/filetypes.<div id=":bu">latex as ~/home/.config/geany/filedefs/filetypes.tex.conf<br>

2) i've commented out in the file filetype.extensions,.conf the line<br>  LaTeX=*.tex;*.sty;*.idx;*.ltx;*.latex;<br>and I've adde the line<br>  TeX=*.tex;*.aux;<br>3) I've added in the file ~/home/.config/geany/filedefs/filetypes.tex.conf<br>

the line<br>  lexer_filetype=latex<br>in the [settings] section<br>but at this point the ~/home/.config/geany/filedefs/filetypes.tex.conf
 is not read. If I open a .tex file I found a menu option <document -
 set filetype - tex file> but hitting that menu option the 
document loses his syntax highlighting.<br>
<br>Were is my fault?<br><br>Many thanks.</div>