blob: 403de65bc2ecb55191de35d980448537dcbc9a0a [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2015, 2018 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
/* ####################### JSP syntax coloring ###################### */
IEclipsePreferences#org-eclipse-jst-jsp-ui {
preferences:
'SCRIPT_AREA_BORDER=#fbd153 | null | false | false | false | false'
'tagAttributeEquals=#52ca11 | null | false | false | false | false'
'tagAttributeName=#a7ec21 | null | false | false | false | false'
'tagAttributeValue=#17c694 | null | false | true | false | false'
'tagName=#03a8d8 | null | true | false | false | false'
'tagBorder=#808080 | null | false | false | false | false'
}