! Highlighting Patterns for BibTeX (Thanks to Daniel Blezek, ! blezek.daniel@mayo.edu) ! ! 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. ! ! In version 5.0, without -import, you must edit your .nedit file by hand and ! add the contents of each resource below to the corresponding list in your ! .nedit file. Be sure to separate new entries with \n, and continue resource ! strings by escaping all newlines within a resource value with \ (backslash), ! leaving only the last line of the resource value not ending in \. ! nedit.languageModes: BibTeX:.bib:::::: nedit.highlightPatterns: \ BibTeX:1:0{\n\ Entry:"@([a-zA-Z0-9]*)":::BibTeX type::\n\ Field:"(.*)[ \\t]=":::BibTeX Field:Contents:\n\ Month:"<(jan|feb|mar|apr|may|jun|jul|aug|sep|oct|nov|dec)>":::String::\n\ Contents:"{(.*),":"}"::Plain::\n\ BracketString:"{":"}"::String2:Contents:\n\ QuoteString:"""":""""::String:Contents:\n\ SubString:"{":"}"::String2:QuoteString:\n\ SubString:"{":"}"::String2:BracketString:\n\ Ref:"\\1":""::Text Key:Contents:C\n\ Comment:"%":"$"::Text Comment::D\n\ } nedit.styles: \ BibTeX type:blue:Bold Italic\n\ BibTeX Field:black:Bold