|
998 | 998 | "foreground": "#FDA7FF",
|
999 | 999 | "background": "#43215B"
|
1000 | 1000 | },
|
| 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 | + }, |
1001 | 1025 | // ____ ______________ ___ _______ ,M'
|
1002 | 1026 | // `MM' `MM'MMMMMMMMMM `MMb dMM'`MM' dP
|
1003 | 1027 | // MM MM / MM \ MMM. ,PMM MM ,M'
|
|
2480 | 2504 | "scope": "support.function.rust",
|
2481 | 2505 | "foreground": "#10FF02"
|
2482 | 2506 | },
|
| 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 |
10000
td> | 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 | + }, |
2483 | 2566 | // ____ ___
|
2484 | 2567 | // 6MMMMb\ `MM
|
2485 | 2568 | // 6M' ` MM
|
|
0 commit comments