" Linker command files are ASCII files that contain one or more of the following:
" Input filenames, which specify object files, archive libraries, or other command files.
" Linker options, which can be used in the command file in the same manner that they are used on the command line
synmatchlnkOption"^[-+][-_a-zA-Z#@]\+"
synmatchlnkOption"^--[^ \t$=`'"|);]\+"
synmatchlnkFile'[^ =]\+\%(\.\S\+\)\+\>'
synmatchlnkLibFile'[^ =]\+\.lib\>'
" The MEMORY and SECTIONS linker directives. The MEMORY directive defines the target memory configuration (see Section 8.5.4). The SECTIONS directive controls how sections are built and allocated (see Section 8.5.5.)