! Syntax Highlighting Patterns for OpenLDAP Schema Files ! (*.schema). ! ! Author : Sebastian Dietzold (sebastian.dietzold@imise.uni-leipzig.de) ! Version : 0.2 (11.02.2001) ! to-do : - caseinsensitive keywords ! - equalities and substr's as keywords ! ! In NEdit Version 5.0.1 and beyond, load this pattern by starting nedit with: ! ! nedit -import ! ! Then, check that the patterns were loaded correctly, and choose Save Defaults ! from the Preferences menu. The new patterns will now be incorporated into ! your own .nedit file, so the next time you start NEdit, you will no longer ! need to use -import. ! nedit.highlightPatterns: \ OpenLDAP Schema:1:0{\n\ comment:"^[ \\t]*#":"$"::Comment::\n\ at:"^[ \\t]*[aA][tT][tT][rR][iI][bB][uU][tT][eE][tT][yY][pP][eE][ \\t\\n]*\\(":"\\)"::Keyword::\n\ at-string:"'":"'"::String:at:\n\ at-keywords:"":::Preprocessor:at:\n\ at-oid:"[ \\t\\n][1-9]*(\\.[0-9]+)*(\\{[1-9]+\\})?[ \\t\\n]":::Identifier:at:\n\ at-nomatch:".":::Subroutine1:at:\n\ oc:"^[ \\t]*[oO][bB][jJ][eE][cC][tT][cC][lL][aA][sS][sS][ \\t\\n]*\\(":"\\)"::Keyword::\n\ oc-string:"'":"'"::String:oc:\n\ oc-keywords:"":::Preprocessor:oc:\n\ oc-oid:"[ \\t\\n][1-9]*(\\.[0-9]+)*(\\{[1-9]+\\})?[ \\t\\n]":::Identifier:oc:\n\ oc-braces:"\\(":"\\)"::Preprocessor:oc:\n\ oc-braces-$:"\\$":::Preprocessor:oc-braces:\n\ oc-braces-nomatch:".":::Subroutine1:oc-braces:\n\ oc-nomatch:".":::Subroutine1:oc:\n\ } nedit.languageModes: OpenLDAP Schema:.schema::::::