userDefinedLanguages
userDefinedLanguages copied to clipboard
Create IDOC_udl.xml
Multiple problems:
- XML file in wrong directory
- Didn't update JSON
- UDL definition is not using standard Notepad++ UDL definition syntax
- the
ext="idoc;IDOC;txt"attribute is wrong; it should beext="idoc txt"- no semicolons between extensions
- need spaces between extensions
- extensions are case insensitive, so you don't need both
idocandIDOC - it is considered rude to define a UDL that you are publically sharing that hijacks the
txtextension, because that will mess up opening normal text files.
- Notepad++ only has 8 keyword groups for UDL, not 15
- The folders, delimiters, operators, and comments definitions are wrong for Notepad++, and are being completely ignored
- the
What version of Notepad++ did you create this UDL with? Can you share the ? menu's Debug Info? Can you show a screenshot of it working, including highlighting comments and operators and delimiters?
This will likely be closed, as it's a completely invalid submission.
You need to respond and fix this PR, or it will be closed in the next few days.