Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision |
config:qml [2013/03/23 11:44] – removed reference to json oly | config:qml [2015/11/29 13:55] (current) – Additional spelling and grammar fixes devyncjohnson |
---|
====== QML Filetype ====== | ====== QML Filetype ====== |
QML files are not supported by geany currently how ever you can setup these rules to get some highlight in your code, however i have been experimenting with the ubuntu touch api rather than use the default qt creator application i wanted to use geany and have some highlighting and be able to test my programs. | QML files are not currently supported by Geany. However, you can setup these rules to get highlighting support for your code. Although, I have been experimenting with the Ubuntu touch API rather than using the default Qt-Creator application, I wanted to use Geany and have some highlighting and be able to test my programs. |
| |
First modify ''filetypes_extensions.conf'' likely located here ~/.config/geany/filedefs/filetypes_extensions.conf create this file if it does ont exist, | First modify ''filetypes_extensions.conf'' likely located at ''~/.config/geany/filedefs/filetypes_extensions.conf''. Create this file if it does not exist. Next, add the below code to the file (''...'' means existing data): |
Add this to the file (''...'' means existing data): | |
<code ini> | <code ini>[Extensions] |
[Extensions] | |
... | ... |
QML=*.qml | QML=*.qml |