mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-29 20:05:35 +02:00
Default Prefix for comment.
This commit is contained in:
parent
4fda51818b
commit
8331d66485
1 changed files with 7 additions and 0 deletions
|
@ -138,4 +138,11 @@ public class MakefileSourceConfiguration extends SourceViewerConfiguration {
|
||||||
return reconciler;
|
return reconciler;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* (non-Javadoc)
|
||||||
|
* @see org.eclipse.jface.text.source.SourceViewerConfiguration#getDefaultPrefixes(org.eclipse.jface.text.source.ISourceViewer, java.lang.String)
|
||||||
|
*/
|
||||||
|
public String[] getDefaultPrefixes(ISourceViewer sourceViewer, String contentType) {
|
||||||
|
return new String[]{"#"};
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue