[Github-comments] [geany/geany] QML syntax higlighting (#1871)

2018-06-06 Thread Emanuele Sorce
At the moment there is no syntax highlighting for QML files -- 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/1871

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

2018-06-11 Thread Emanuele Sorce
See this issue: https://github.com/geany/geany/issues/1871 You can view, comment on, or merge this pull request online at: https://github.com/geany/geany/pull/1875 -- Commit Summary -- * Added QML '*.qml' file extension to Javascript -- File Changes -- M data/filetype_extensions.conf

Re: [Github-comments] [geany/geany] QML syntax higlighting (#1871)

2018-06-11 Thread Emanuele Sorce
Thanks for the support! I opened a pull request for that. -- 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/1871#issuecomment-396197138

Re: [Github-comments] [geany/geany] QML syntax higlighting (#1871)

2018-06-06 Thread Emanuele Sorce
Thanks for the quick answer! Yes, I used Javascript to have basic highlighting. I think a nice improvement can be to automatically set Javascript highlighting for QML files, if there is no plan to create an highlighting set for QML only. -- You are receiving this because you are subscribed to

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: