Add a new XML based language which uses .xml extension #5922
-
Hi! I would like to contribute a new language ( Mule apps are written using XML language but unfortunately they don't have a specific file extension and uses After reading the docs I want to confirm if the following steps are the correct ones:
As the grammar and Ace/CodeMirror modes will be the same as for Questions:
Thanks in advance |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Nope, that's pretty much what's documented in the CONTRIBUTING.md file for adding a language.
No need. You also shouldn't get this far as you're implementing a heuristic which should catch things before they fall through to the classifier.
Sort of. As you're using an existing extension your heuristic should catch things. You can confirm this by adding a test with all the other heuristic tests. You can also see that things don't fall through to the classifier by using |
Beta Was this translation helpful? Give feedback.
Nope, that's pretty much what's documented in the CONTRIBUTING.md file for adding a language.
No need. You also shouldn't get this far as you're implementing a heuristic which should catch things before they fall through to the classifier.
Sort of. As you're using an existing extension your heuristic should catch things. You can confirm this by adding a test with all the other heuristic tests. You can also see that things don't fall through to the classifier by using
…