Reformat builtin filetype initialization code into tabular format
commit576be4ca3b16326d3c6812c51db0062a9140d9fa
authorMatthew Brush <matt@geany.org>
Tue, 28 Jan 2014 02:11:34 +0000 (27 18:11 -0800)
committerMatthew Brush <matt@geany.org>
Tue, 28 Jan 2014 23:32:08 +0000 (28 15:32 -0800)
treec535dc6fa604fc1abada3a797124c57e3ae67320
parentc674f0660ab9571c9071b84fc9eb38e1c6a60d4d
Reformat builtin filetype initialization code into tabular format

* Add an initialization function ft_init()
* Add a function-like macro to call ft_init() with shorter arguments
* Search and replace old code with FT_INIT() usage
* Layout into columns and add documentation above
src/filetypes.c