8000 added some Haskell scopes · MattDMo/Neon-color-scheme@0df29a9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0df29a9

Browse files
committed
added some Haskell scopes
1 parent e326764 commit 0df29a9

File tree

1 file changed

+83
-0
lines changed

1 file changed

+83
-0
lines changed

Neon.sublime-color-scheme

+83
Original file line numberDiff line numberDiff line change
@@ -998,6 +998,30 @@
998998
"foreground": "#FDA7FF",
999999
"background": "#43215B"
10001000
},
1001+
{
1002+
"name": "Preprocessor punctuation",
1003+
"scope": "punctuation.section.preprocessor",
1004+
"foreground": "#FB60FF",
1005+
"background": "#43215B"
1006+
},
1007+
{
1008+
"name": "Imports",
1009+
"scope": "entity.name.import",
1010+
"foreground": "#79E6E5",
1011+
"background": "#070040"
1012+
},
1013+
{
1014+
"name": "Exports",
1015+
"scope": "entity.name.export",
1016+
"background": "#79E6E5",
1017+
"foreground": "#070040"
1018+
},
1019+
{
1020+
"name": "support.function.prelude",
1021+
"scope": "support.function.prelude",
1022+
"foreground": "#75FF60",
1023+
// "background": "#070040"
1024+
},
10011025
// ____ ______________ ___ _______ ,M'
10021026
// `MM' `MM'MMMMMMMMMM `MMb dMM'`MM' dP
10031027
// MM MM / MM \ MMM. ,PMM MM ,M'
@@ -2480,6 +2504,65 @@
24802504
"scope": "support.function.rust",
24812505
"foreground": "#10FF02"
24822506
},
2507+
// ____ ____ _ ________
2508+
// 6MMMMb\ 6MMMMb/ dM. `MMMMMMMb.
2509+
// 6M' ` 8P YM ,MMb MM `Mb
2510+
// MM 6M Y d'YM. MM MM
2511+
// YM. MM ,P `Mb MM MM
2512+
// YMMMMb MM d' YM. MM MM
2513+
// `Mb MM ,P `Mb MM MM
2514+
// MM MM d' YM. MM MM
2515+
// MM YM 6 ,MMMMMMMMb MM MM
2516+
// L ,M9 8b d9 d' YM. MM .M9
2517+
// MYMMMM9 YMMMM9 _dM_ _dMM__MMMMMMM9'
2518+
{
2519+
"name": "SCAD function",
2520+
"scope": "entity.name.function.scad",
2521+
"foreground": "#E2FF09",
2522+
"background": "#000B76"
2523+
},
2524+
{
2525+
"name": "SCAD module parameters",
2526+
"scope": "variable.parameter.module",
2527+
"foreground": "#FFF57F",
2528+
"font_style": "italic"
2529+
},
2530+
{
2531+
"name": "SCAD special variable",
2532+
"scope": "variable.parameter.special",
2533+
"foreground": "#0042FF",
2534+
"font_style": "italic"
2535+
},
2536+
{
2537+
"name": "SCAD transformation function",
2538+
"scope": "support.function.transformations",
2539+
"foreground": "#81FF00",
2540+
"font_style": "italic"
2541+
},
2542+
{
2543+
"name": "SCAD primitives function",
2544+
"scope": "support.function.primitives",
2545+
"foreground": "#FFBF00",
2546+
"font_style": "italic"
2547+
},
2548+
{
2549+
"name": "SCAD CSG function",
2550+
"scope": "support.function.csg",
2551+
"foreground": "#E0FF00",
2552+
"font_style": "italic"
2553+
},
2554+
{
2555+
"name": "SCAD math function",
2556+
"scope": "support.function.math",
2557+
"foreground": "#FF5F00",
2558+
"font_style": "italic"
2559+
},
2560+
{
2561+
"name": "SCAD trig function",
2562+
"scope": "support.function.trigonometric",
2563+
"foreground": "#00FF9E",
2564+
"font_style": "italic"
2565+
},
24832566
// ____ ___
24842567
// 6MMMMb\ `MM
24852568
// 6M' ` MM

0 commit comments

Comments
 (0)
0