I could setup a new filetype for my custom files. Syntax highlight is working. But whenever open an SSDL file, I have to manually change the file type to "custom file types/SSDL file".
My 'filetypes.ssdl.conf' file has this inside:
[settings] lexer_filetype=C extension=ssdl
What else do I need to change to open SSDL files with this file type by default?
Thanks,
Laszlo
On 20 July 2012 18:05, Laszlo Nagy gandalf@shopzeus.com wrote:
I could setup a new filetype for my custom files. Syntax highlight is working. But whenever open an SSDL file, I have to manually change the file type to "custom file types/SSDL file".
My 'filetypes.ssdl.conf' file has this inside:
[settings] lexer_filetype=C extension=ssdl
This only sets the extension to save files of this type.
Add a line to filetype_extensions.conf.
Cheers Lex
What else do I need to change to open SSDL files with this file type by default?
Thanks,
Laszlo _______________________________________________ Geany mailing list Geany@uvena.de https://lists.uvena.de/cgi-bin/mailman/listinfo/geany
On 2012-07-20 11:10, Lex Trotman wrote:
On 20 July 2012 18:05, Laszlo Nagy gandalf@shopzeus.com wrote:
I could setup a new filetype for my custom files. Syntax highlight is working. But whenever open an SSDL file, I have to manually change the file type to "custom file types/SSDL file".
My 'filetypes.ssdl.conf' file has this inside:
[settings] lexer_filetype=C extension=ssdl
This only sets the extension to save files of this type.
Add a line to filetype_extensions.conf.
Already have it there:
[Extensions] ... SSDL=*.ssdl; ...
But it doesn't work. :-(
On 20 July 2012 19:51, Laszlo Nagy gandalf@shopzeus.com wrote:
On 2012-07-20 11:10, Lex Trotman wrote:
On 20 July 2012 18:05, Laszlo Nagy gandalf@shopzeus.com wrote:
I could setup a new filetype for my custom files. Syntax highlight is working. But whenever open an SSDL file, I have to manually change the file type to "custom file types/SSDL file".
My 'filetypes.ssdl.conf' file has this inside:
[settings] lexer_filetype=C extension=ssdl
This only sets the extension to save files of this type.
Add a line to filetype_extensions.conf.
Already have it there:
[Extensions] ... SSDL=*.ssdl; ...
But it doesn't work. :-(
The filetype name is case sensitive.
Cheers Lex
Geany mailing list Geany@uvena.de https://lists.uvena.de/cgi-bin/mailman/listinfo/geany