Re: [Github-comments] [geany/geany] Bash files syntax highlight (#1821)

2019-08-17 Thread LarsGit223
I posted a PR in the scintilla project to fix this, see 
https://sourceforge.net/p/scintilla/code/merge-requests/22.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/1821#issuecomment-522246344

Re: [Github-comments] [geany/geany] Bash files syntax highlight (#1821)

2018-04-09 Thread Samuele Bertollo
Yes, it's not about the orange but is about the thing that inside is all 
highlighted in orange and it's not correct. 
I did a screenshot to show you the issue.
![schermata del 2018-04-09 
23-45-20](https://user-images.githubusercontent.com/2910/38524778-164c3b50-3c50-11e8-9329-3ba9cada242b.png)

Thanks for the attention and for all the good work in Geany.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/1821#issuecomment-379904272

Re: [Github-comments] [geany/geany] Bash files syntax highlight (#1821)

2018-04-08 Thread Colomban Wendling
@elextr I think @surveyor3 is complaining that the syntax inside of `$()` is 
not highlighted specifically, but only as a single `$()` block.  In shell, 
`$()` is a command substitution, so the content inside it could be highlighted 
as normal syntax.

This is a Scintilla lexer limitation, see 
https://sourceforge.net/p/scintilla/feature-requests/1033/

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/1821#issuecomment-379591708

Re: [Github-comments] [geany/geany] Bash files syntax highlight (#1821)

2018-04-08 Thread elextr
If you don't like the colours you can choose another colour scheme from those 
[contributed by others](https://github.com/geany/geany-themes)  or make your 
own.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/1821#issuecomment-379590478