Re: [Github-comments] [geany/geany] Using Javascript highlighting for QML files (#1875)

2018-07-14 Thread faraco
Hi, is there really no any syntax different or QML's specific keywords between Javascript? -- 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/pull/1875#issuecomment-405009980

Re: [Github-comments] [geany/geany] Using Javascript highlighting for QML files (#1875)

2018-07-14 Thread Emanuele Sorce
QML and Javascript I suppose share most but not all the keywords - For example the 'using as' QML construct is not correctly highlighted with js highlighting. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.co

Re: [Github-comments] [geany/geany] Minor: Objective-C files (*.m) parsed as Matlab/Octave (*.m) (#1896)

2018-07-14 Thread Jonathan Bradley Whited
> So do C/C++ files. Sorry, I meant that first you would see if the file extension is `.m`. Then you would do the #import/#inclue check. > The filetype_extensions.conf is in alphabetical order by filetype name, so > Matlab wins over Objective-C. Geany devs don't know which is most popular > wi

Re: [Github-comments] [geany/geany] Minor: Objective-C files (*.m) parsed as Matlab/Octave (*.m) (#1896)

2018-07-14 Thread elextr
I suspect you objective-c users simply deleted the matlab association and forgot about it. You can also mark the filetype in the file using an Emacs type `-*- filetype -*-` mark in the first two lines. -- You are receiving this because you are subscribed to this thread. Reply to this email dir

Re: [Github-comments] [geany/geany] Minor: Objective-C files (*.m) parsed as Matlab/Octave (*.m) (#1896)

2018-07-14 Thread elextr
And to be clear, Geany is intended to be fairly easy to use, and to not have the steep learning cliff of Emacs or Vi. But Geany is not specifically targeted at first time programmers either, in general it is expected that any programmer with experience will be used to looking stuff up, and ca