mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-16 00:38:56 +00:00
[481937] make ide.highlighting package public
This commit is contained in:
parent
b04d0fac42
commit
20e5a945be
6 changed files with 8 additions and 9 deletions
|
@ -15,14 +15,7 @@ Export-Package: org.eclipse.xtext.ide;x-friends:="org.eclipse.xtend.ide",
|
|||
org.eclipse.xtext.ide.editor.contentassist,
|
||||
org.eclipse.xtext.ide.editor.contentassist.antlr,
|
||||
org.eclipse.xtext.ide.editor.contentassist.antlr.internal,
|
||||
org.eclipse.xtext.ide.editor.model;x-internal:=true,
|
||||
org.eclipse.xtext.ide.editor.model,
|
||||
org.eclipse.xtext.ide.editor.partialEditing,
|
||||
org.eclipse.xtext.ide.editor.syntaxcoloring;
|
||||
x-friends:="org.eclipse.xtext.xbase.ide,
|
||||
org.eclipse.xtext.ui,
|
||||
org.eclipse.xtext.xbase.ui,
|
||||
org.eclipse.xtend.ide,
|
||||
org.eclipse.xtext.xtext.ui,
|
||||
org.eclipse.xtext.xtext.ui.tests,
|
||||
org.eclipse.xtend.ide.common",
|
||||
org.eclipse.xtext.ide.editor.syntaxcoloring,
|
||||
org.eclipse.xtext.ide.labels;x-friends:="org.eclipse.xtext.web"
|
||||
|
|
|
@ -17,6 +17,8 @@ import org.eclipse.xtext.parser.antlr.ITokenDefProvider
|
|||
|
||||
/**
|
||||
* @author Anton Kosyakov
|
||||
*
|
||||
* @since 2.9
|
||||
*/
|
||||
abstract class TokenTypeToStringMapper {
|
||||
|
||||
|
|
|
@ -11,6 +11,7 @@ import org.eclipse.xtext.ide.editor.model.TokenTypeToStringMapper
|
|||
|
||||
/**
|
||||
* @author Anton Kosyakov - Initial contribution and API
|
||||
* @since 2.9
|
||||
*/
|
||||
abstract class AbstractAntlrTokenToAttributeIdMapper extends TokenTypeToStringMapper {
|
||||
|
||||
|
|
|
@ -12,6 +12,7 @@ import java.util.regex.Pattern
|
|||
|
||||
/**
|
||||
* @author Anton Kosyakov
|
||||
* @since 2.9
|
||||
*/
|
||||
@Singleton
|
||||
class DefaultAntlrTokenToAttributeIdMapper extends AbstractAntlrTokenToAttributeIdMapper {
|
||||
|
|
|
@ -9,6 +9,7 @@ package org.eclipse.xtext.ide.editor.syntaxcoloring
|
|||
|
||||
/**
|
||||
* @author Anton Kosyakov - Initial contribution and API
|
||||
* @since 2.9
|
||||
*/
|
||||
interface HighlightingStyles {
|
||||
|
||||
|
|
|
@ -14,6 +14,7 @@ import java.util.Set;
|
|||
|
||||
/**
|
||||
* @author Sebastian Zarnekow - Initial contribution and API
|
||||
* @since 2.9
|
||||
*/
|
||||
public class LightweightPosition implements Comparable<LightweightPosition>{
|
||||
|
||||
|
|
Loading…
Reference in a new issue