! Syntax highlighting patterns for Makefile ! ! INSTALLATION ! ! 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. ! ! These comments will not appear in your ~/.nedit ! nedit.highlightPatterns: Makefile:8:0{\n\ Comment:"#":"$"::Comment::\n\ Comment Continuation:"\\\\\\n":::Keyword:Comment:\n\ Assignment:"^( *| [ \\t]*)[A-Za-z0-9_+][^ \\t]*[ \\t]*(\\+|:)?=":"$"::Preprocessor::\n\ Assignment Continuation:"\\\\\\n":::Keyword:Assignment:\n\ Assignment Comment:"#":"$"::Comment:Assignment:\n\ Dependency Line:"^( *| [ \\t]*)(.DEFAULT|.DELETE_ON_ERROR|.EXPORT_ALL_VARIABLES.IGNORE|.INTERMEDIATE|.PHONY|.POSIX|.PRECIOUS|.SECONDARY|.SILENT|.SUFFIXES)*(([A-Za-z0-9./$(){} _@^<*?%+-]*(\\\\\\n)){,8}[A-Za-z0-9./$(){} _@^<*?%+-]*)::?":"$|;"::Text Key1::\n\ Dep Target Special:"\\2":""::Text Key1:Dependency Line:C\n\ Dep Target:"\\3":""::Text Key:Dependency Line:C\n\ Dep Continuation:"\\\\\\n":::Keyword:Dependency Line:\n\ Dep Comment:"#":"$"::Comment:Dependency Line:\n\ Dep Internal Macro:"\\$([<@*?%]|\\$@)":::Preprocessor1:Dependency Line:\n\ Dep Macro:"\\$([A-Za-z0-9_]|\\([^)]*\\)|\\{[^}]*})":::Preprocessor:Dependency Line:\n\ Continuation:"\\\\$":::Keyword::\n\ Macro:"\\$([A-Za-z0-9_]|\\([^)]*\\)|\\{[^}]*})":::Preprocessor::\n\ Internal Macro:"\\$([<@*?%]|\\$@)":::Preprocessor1::\n\ Escaped Dollar:"\\$\\$":::Comment::\n\ Include:"^( *| [ \\t]*)include[ \\t]":::Keyword::\n\ Exports:"^( *| [ \\t]*)[ \\t]":"$"::Keyword::\n\ Exports var:".[A-Za-z0-9_+]*":"$"::Keyword:Exports:\n\ Conditionals:"^( *| [ \\t]*)[ \\t]":::Keyword::D\n\ Conditionals ifdefs:"^( *| [ \\t]*)[ \\t]":"$"::Keyword::D\n\ Conditionals ifdefs var:".[A-Za-z0-9_+]*":"$"::Preprocessor:Conditionals ifdefs:D\n\ Conditional Ends:"^( *| [ \\t]*)":::Keyword::D\n\ vpath:"^( *| [ \\t]*)[ \\t]":::Keyword::D\n\ define:"^( *| [ \\t]*)[ \\t]":"$"::Keyword::D\n\ define var:".[A-Za-z0-9_+]*":"$"::Preprocessor:define:D\n\ define Ends:"^( *| [ \\t]*)":::Keyword::D\n\ } nedit.languageModes: Makefile:Makefile makefile .gmk:::None:8:8: ! generated with ./extract_lang.pl version 0.1