/******************************************************************************* * Copyright (c) 2014, 2015 Cisco Systems, Inc. and others. All rights reserved. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v1.0 which accompanies this distribution, * and is available at http://www.eclipse.org/legal/epl-v10.html * *******************************************************************************/ package com.cisco.yangide.ui.preferences; /** * @author Konstantin Zaitsev * @date Jul 14, 2014 */ public interface IYangColorConstants { String YANG_STRING = "yang_string"; String YANG_COMMENT = "yang_comment"; String YANG_KEYWORD = "yang_keyword"; String YANG_IDENTIFIER = "yang_identifier"; String YANG_TYPE = "yang_built-in_type"; String YANG_NUMBER = "yang_number"; String EDITOR_MATCHING_BRACKETS_COLOR = "yang_matching_brackets_color"; }