Skip to content

Commit d8cbd8d

Browse files
committed
Renamed Identifier to Symbols in color settings panel
1 parent bb217aa commit d8cbd8d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/de/halirutan/mathematica/codeinsight/highlighting/MathematicaColorSettingsPage.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ class MathematicaColorSettingsPage : ColorSettingsPage {
7979

8080
override fun getAttributeDescriptors(): Array<AttributesDescriptor> {
8181
return arrayOf(
82-
AttributesDescriptor("Identifier", MathematicaSyntaxHighlighterColors.IDENTIFIER),
82+
AttributesDescriptor("Symbols", MathematicaSyntaxHighlighterColors.IDENTIFIER),
8383
AttributesDescriptor("Built-In Function", MathematicaSyntaxHighlighterColors.BUILTIN_FUNCTION),
8484
AttributesDescriptor("Number", MathematicaSyntaxHighlighterColors.LITERAL),
8585
AttributesDescriptor("Operator Sign", MathematicaSyntaxHighlighterColors.OPERATORS),

0 commit comments

Comments
 (0)