mcedit syntax highlight question Programming Software Development by _neo_ Hi all. I need to highlight comments on mcedit. 1) comments start with "--" 2) comments may may …" or with "--" how to do it in mcedit syntax file? These lines are my syntax file content which… Minecraft Modding Help Programming Software Development by wasme … to move on to bigger and better things like using mcedit to create a Schematic for a structure and then convert… Re: mcedit syntax highlight question Programming Software Development by _neo_ On mc internal editor's syntax file can't contain more than one 'context' tag which starts with the same symbols. Therefore I should use regular expression in this situation. I've already tried this syntax: [ICODE] context -- \[\n|--\] brown spellcheck [/ICODE] Anybody know what reg-exp should I use? Re: mcedit syntax highlight question Programming Software Development by _neo_ Help, please... I have not solved my problem yet... Re: mcedit syntax highlight question Programming Software Development by JeoSaurus Hi _neo_! Just to be sure, can you tell us what language you're working with? There are a couple of ways this might be accomplished, but I wanted to be sure I'm testing with the correct base syntax file first. Thanks! -G Re: mcedit syntax highlight question Programming Software Development by _neo_ Hi Gromit. I'm trying do syntax highlighting for ASN.1 syntax. I've attached what I have now. Please, help me. Thank you in advance. Re: mcedit syntax highlight question Programming Software Development by JeoSaurus Hmm... I wonder if you can do it like it's done in the lua.syntax file? There's a 'keyword' line under 'context default' that looks like this: [icode] keyword -- brown[/icode] There is also a separate section similar to the comment line that you have that looks like this: [code]context exclusive -- \n brown spellcheck [/code] I hope this … Re: mcedit syntax highlight question Programming Software Development by _neo_ Hi Gromit. Thank you for response. I've tried do like lua's syntax file, but it doesn't solve my problem. Does anybody have other ideas? Here is example of one line comments: code --start of one line comment, which ends with carriage-return code --start of one line comment, which ends with '--' symbols -- continue code Re: Minecraft Modding Help Programming Software Development by JamesCherrill We are just volunteers here, so nobody will be in a position to give you extended one-on-one training. But if you have specific questions or errors we will be happy to help through these public forums, where everyone can contribute to the solution. Re: Minecraft Modding Help Programming Software Development by jwenting and oh, youtube videos are notoriously bad as a teaching tool. While they can help, in combination with written material, to make concepts clearer, they're not to be used as your sole source of information, especially (because the average quality is very poor) if you don't have prior knowledge and can judge whether what you're seeing appears to be … Re: Minecraft Modding Help Programming Software Development by wasme I have completed courses at youth digital. I was merely atempting to expand my knowledge through the use of youtube. My hope was to find someone that enjoys minecraft and codeing as much as I have and that he may have found a solution for this, and that he may have the time and paitents to help. If There is anyone that would be willing I would be …