I use Geany to edit JavaScript files. I have made it highlight "self" as a keyword symply by adding it to filetypes.javascript file. But i need to make it highlighth "self" word in another color. How can i do this?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
In Linux, copy the file In the section [keywords] add:
Change the colour in section [styling] by editing word2, e.g.:
This will make it cyan and bold. |
|||
|
|
|
You will have to edit your filetypes.javascript file (in folder $/.config/.geany, if you're under linux). But I am not 100% sure you can. |
|||
|
|
|
I want to make int and char be a different color so i added them to the secondary = int char line of filetypes.c, but it doesn't work. |
|||
|
|