Skip to content

Could you please add support for FXML Language? #227

Answered by boyter
saifali-ch asked this question in Q&A
Discussion options

You must be logged in to vote

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,

"FXML": {
    "extensions": [
      "fxml"
    ],
    "line_comment": [],
    "multi_line": [
      [
        "<!--",
        "-->"
      ]
    ],
    "quotes": [
      {
        "end": "\"",
        "start": "\""
      }
    ]
  },

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@boyter
Comment options

@saifali-ch
Comment options

@boyter
Comment options

@saifali-ch
Comment options

@boyter
Comment options

Answer selected by saifali-ch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants