Could you please add support for FXML Language? #227
-
FXML LanguageIt is an XML-Based language for JavaFX UI. Just to count FXML code, I have to use cloc and then scc to calculate the rest the rest. I hope you will understand my request. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
That shouldn't be too hard. Do you have a language spec for is it? Or is it just an XML variant? Would counting it as XML be sufficient (but with a different name?) https://docs.oracle.com/javafx/2/api/javafx/fxml/doc-files/introduction_to_fxml.html based on the above it just looks like XML to me. Does it have a specific file extension? In short I need to populate the following,
|
Beta Was this translation helpful? Give feedback.
That shouldn't be too hard. Do you have a language spec for is it? Or is it just an XML variant? Would counting it as XML be sufficient (but with a different name?)
https://docs.oracle.com/javafx/2/api/javafx/fxml/doc-files/introduction_to_fxml.html
based on the above it just looks like XML to me.
Does it have a specific file extension?
In short I need to populate the following,