Matthew Hoggan
Matthew Hoggan

Reputation: 7604

Default GNU Linker Script name so VIM does Syntax Highlighting

What is the usual suffix for a linker script so that VIM will use syntax-highlighting on it?

Upvotes: 4

Views: 1247

Answers (1)

Rook
Rook

Reputation: 62568

It seems to be .ld, only from what I see Vim doesn't come (at least mine doesn't, 7.3.) with the syntax files for it. Try the ones offered for download here.

Upvotes: 5

Related Questions