! Syntax highlighting for INSPEC citation records ! ! Volker Kuhlmann ! Released under the same license as NEdit itself. ! ! ChangeLog: ! developed not later than Feb 2000 (possibly years earlier) ! 30 Dec 2003: placed into a seperate file, load with nedit -import ! nedit.macroCommands: \ scroll citation@inspec:Shift+Ctrl+N::: {\n\ inspec_next_citation()\n\ }\n\ cut entry@inspec:Shift+Ctrl+X::: {\n\ inspec_cut_entry()\n\ }\n\ copy entry@inspec:Shift+Ctrl+C::: {\n\ inspec_copy_entry()\n\ }\n nedit.highlightPatterns: \ inspec:1:0{\n\ author key:"^ Authors:":"xxxx":"^ [^ ]":Keyword::D\n\ author text:" .*$":::String1:author key:D\n\ title key:"^ Title:":"xxxx":"^ [^ ]":Keyword::D\n\ title text:" .*$":::Text Comment:title key:D\n\ }\n nedit.languageModes: \ inspec:inspec:"^ INSPEC ":None:None:::\n