! ! euphoria_5-1.pats ! ! Euphoria syntax highlighting pattern for NEdit ! ! author: ^[cense] (also maintainer) ! email: cense@mail.ru ! website: http://kinglocust.cjb.com/ ! version: 1.0 for Eu 2.1 and Eu 2.2 ! ! Tuesday November 14 2000 ! ! Installing euphoria_5-1.pats: ! ! 1) close nedit if you are running it ! 2) start nedit by using the command ! ! $ nedit -import euphoria_5-1.pats ! ! 3) goto "preferences->default settings->syntax highlighting->recognition patterns" and ! verify that the pattern was imported correctly ! 4) click "preferences->save defaults" to store the mods ! ! ! NOTE this pattern file was written for NEdit 5.1 and tested ONLY on NEdit 5.1.1 Linux ! ! NEdit website: http://www.nedit.org/ ! Official Euphoria website: http://www.rapideuphoria.com/ ! nedit.highlightPatterns: Euphoria:1:0{\n\ comment:"<(?i--)>":"$"::Comment::\n\ string:"""":""""::String1::\n\ reserved types:"<(?iinteger|constant|atom|sequence|object|global)>":::reserved types::D\n\ reserved words:"<(?iby|do|else|elsif|end|exit|for|if|then|to|type|while)>":::reserved words::D\n\ include:"<(?iinclude|with|without)>":"$"::include::D\n\ routine:"<(?ifunction|procedure|end function|end procedure)>":::routines::\n\ return:"<(?ireturn)>":::return::D\n\ andnotor:"<(?iand|or|not)>":::and not or::D\n\ sequence index:"\\[":"\\]"::sequence index::\n\ } nedit.languageModes: Euphoria:.e .exu .ex .exw:::::: nedit.styles: reserved types:red:Plain\n\ reserved words:orange:Plain\n\ include:blue:Plain\n\ routines:darkBlue:Plain\n\ return:black:Bold Italic\n\ and not or:purple:Plain\n\ sequence index:darkCyan:Plain