arthurfait / geany-dark-scheme

Automatically exported from code.google.com/p/geany-dark-scheme
0 stars 0 forks source link

filestypes.php is missing #14

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The filetypes.php is missing from the tar.bz2 and zip files
although it is written on the main page that PHP is supported.

Original issue reported on code.google.com by Asaf.Za...@gmail.com on 10 Feb 2011 at 8:33

GoogleCodeExporter commented 9 years ago
Apparently the php syntax coloring has to be done in filetypes.xml , in the php 
sections, like:
php_default=0xDCDCCC;0x3F3F3F;false;false
php_simplestring=0xCC9393;0x3F3F3F;false;false
php_hstring=0xCC9393;0x3F3F3F;false;false
php_number=0x8CD0D3;0x3F3F3F;false;false
php_word=0xF0DFAF;0x3F3F3F;true;false
php_variable=0xC3BF9F;0x3F3F3F;true;false
php_comment=0x7F9F7F;0x3F3F3F;false;true
php_commentline=0x7F9F7F;0x3F3F3F;false;true
php_operator=0xF0EFD0;0x3F3F3F;false;false
php_hstring_variable=0xE89393;0x3F3F3F;true;false
php_complex_variable=0xE89393;0x3F3F3F;true;false

But, I have two different geany installations 0.18 and 1.22 (in different 
computers) and in the newer one (1.22) it does not work on php files. All 
others that I have tried (and this is quite frustrating) work perfectly.
Any hint?

Original comment by javipe...@gmail.com on 21 Nov 2012 at 12:10

GoogleCodeExporter commented 9 years ago
Same issue.

Original comment by sistemat...@gmail.com on 25 Dec 2013 at 1:39

GoogleCodeExporter commented 9 years ago
I installed this theme to get black background... but not for my beloved php.

php is going to make me leave Geany. I filed a bug report with them about Geany 
for Windows not handling php strings.

Original comment by ord...@ca-cycleworks.com on 30 Jan 2014 at 10:27

GoogleCodeExporter commented 9 years ago
just copy filetypes.xml to filetypes.php and you are done.

Original comment by usuario...@gmail.com on 19 Aug 2014 at 7:43