Skip to content

Commit abe0f94

Browse files
committed
Add rules to tweak look of ModernFortran package
1 parent 8479e65 commit abe0f94

File tree

2 files changed

+42
-0
lines changed

2 files changed

+42
-0
lines changed

Brackets Dark.sublime-color-scheme

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -607,6 +607,27 @@
607607
"scope": "keyword.format.specifier.fsharp",
608608
"foreground": "var(textcolor)"
609609
},
610+
// Fortran specific rules >> https://packagecontrol.io/packages/ModernFortran
611+
{
612+
"name": "Fortran label",
613+
"scope": "source.fortran entity.name.label",
614+
"foreground": "var(pink)"
615+
},
616+
{
617+
"name": "Fortran built-in function",
618+
"scope": "source.fortran variable.function.function.intrinsic, source.fortran variable.function.subroutine.intrinsic",
619+
"foreground": "var(blue)"
620+
},
621+
{
622+
"name": "Fortran variable or function identifier",
623+
"scope": "source.fortran variable.function",
624+
"foreground": "var(textcolor)"
625+
},
626+
{
627+
"name": "Fortran user-defined class name",
628+
"scope": "source.fortran storage.type.class",
629+
"foreground": "var(textcolor)"
630+
},
610631
// Fortran specific rules >> https://packagecontrol.io/packages/Fortran
611632
{
612633
"name": "Fortran subroutine call",

Brackets Light.sublime-color-scheme

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -607,6 +607,27 @@
607607
"scope": "keyword.format.specifier.fsharp",
608608
"foreground": "var(textcolor)"
609609
},
610+
// Fortran specific rules >> https://packagecontrol.io/packages/ModernFortran
611+
{
612+
"name": "Fortran label",
613+
"scope": "source.fortran entity.name.label",
614+
"foreground": "var(pink)"
615+
},
616+
{
617+
"name": "Fortran built-in function",
618+
"scope": "source.fortran variable.function.function.intrinsic, source.fortran variable.function.subroutine.intrinsic",
619+
"foreground": "var(blue)"
620+
},
621+
{
622+
"name": "Fortran variable or function identifier",
623+
"scope": "source.fortran variable.function",
624+
"foreground": "var(textcolor)"
625+
},
626+
{
627+
"name": "Fortran user-defined class name",
628+
"scope": "source.fortran storage.type.class",
629+
"foreground": "var(textcolor)"
630+
},
610631
// Fortran specific rules >> https://packagecontrol.io/packages/Fortran
611632
{
612633
"name": "Fortran subroutine call",

0 commit comments

Comments
 (0)