vscode-linkerscript
vscode-linkerscript copied to clipboard
GNU linker script language support for vscode.
Results
2
vscode-linkerscript issues
Sort by
recently updated
recently updated
newest added
```linkerscript # single line comments ``` are accepted (tested quickly with LLD).
```ld OUTPUT_FORMAT("elf32-littlearm", "elf32-littlearm", "elf32-littlearm") ``` isn't highlighted correctly