blob: c60b22227a1ae4892fe4c9b7d5bcba8c3248e623 [file] [log] [blame]
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
Templates/Other/javascript.js=JavaScript\u30d5\u30a1\u30a4\u30eb
Templates/Other/json.json=JSON\u30d5\u30a1\u30a4\u30eb
# Lexer's Fonts & Colors
error=\u30a8\u30e9\u30fc
identifier=\u8b58\u5225\u5b50
keyword=\u30ad\u30fc\u30ef\u30fc\u30c9
whitespace=\u7a7a\u767d
constant=\u5b9a\u6570
operator=\u6f14\u7b97\u5b50
separator=\u30bb\u30d1\u30ec\u30fc\u30bf
string=\u6587\u5b57\u5217
comment-line=\u884c\u30b3\u30e1\u30f3\u30c8
COMMENT=\u30b3\u30e1\u30f3\u30c8
COMMENT_HTML=\u30b3\u30e1\u30f3\u30c8 - HTML\u30b3\u30fc\u30c9
COMMENT_KEYWORD=\u30b3\u30e1\u30f3\u30c8 - \u30ad\u30fc\u30ef\u30fc\u30c9
# Semantic coloring
mod-global=\u30b0\u30ed\u30fc\u30d0\u30eb\u5909\u6570
mod-method=\u30e1\u30bd\u30c3\u30c9
mod-class=\u30af\u30e9\u30b9
mod-regexp=\u6b63\u898f\u8868\u73fe
mod-unused=\u4f7f\u7528\u3055\u308c\u3066\u3044\u306a\u3044\u8981\u7d20
mod-field=\u30d5\u30a3\u30fc\u30eb\u30c9
mod-local-variable-declaration=\u30ed\u30fc\u30ab\u30eb\u5909\u6570\u5ba3\u8a00
mod-local-variable=\u30ed\u30fc\u30ab\u30eb\u5909\u6570\u7528
mod-custom1=\u6570\u5024\u30ea\u30c6\u30e9\u30eb\u306eChar OXB
mod-custom2=\u610f\u5473\u7684\u306a\u30ad\u30fc\u30ef\u30fc\u30c9
# Layer display names
text/javascript=JavaScript
text/x-json=JSON
text/javascript-doc=JavaScript\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8
# Code templates
CT_fun=function() { ...| }
CT_if=if (<b>exp</b>) { ...| }
CT_ife=if (<b>exp</b>) { ...| } else { ... }