Re: Adding /* */ to Geany

new topic     » goto parent     » topic index » view thread      » older message » newer message
euphoric said...

Can someone explain how to enable Geany to recognize the multi-line comment brackets (/* */) in Euphoria code?

Thanks!

-- in filetypes.euphoria or filetypes.lua, set: 
 
comment_open=/* 

comment_close=*/ 
 
-- unfortunately, I think you can have to use either the double dash, 
-- "Euphoria Classic" method, 
comment_open = --  
-- in which case you leave the comment_close assignment blank: 
comment_close =  
or 
comment_open=/* 

comment_close =*/ 

Hope this helps.

Ken

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu