|
682 | 682 | } |
683 | 683 | }, |
684 | 684 | { |
685 | | - "c": "\trm ", |
686 | | - "t": "source.makefile meta.scope.recipe.makefile", |
687 | | - "r": { |
688 | | - "dark_plus": "default: #D4D4D4", |
689 | | - "light_plus": "default: #000000", |
690 | | - "dark_vs": "default: #D4D4D4", |
691 | | - "light_vs": "default: #000000", |
692 | | - "hc_black": "default: #FFFFFF" |
693 | | - } |
694 | | - }, |
695 | | - { |
696 | | - "c": "*", |
697 | | - "t": "source.makefile meta.scope.recipe.makefile keyword.operator.glob.shell", |
698 | | - "r": { |
699 | | - "dark_plus": "keyword.operator: #D4D4D4", |
700 | | - "light_plus": "keyword.operator: #000000", |
701 | | - "dark_vs": "keyword.operator: #D4D4D4", |
702 | | - "light_vs": "keyword.operator: #000000", |
703 | | - "hc_black": "keyword.operator: #D4D4D4" |
704 | | - } |
705 | | - }, |
706 | | - { |
707 | | - "c": "o hello", |
| 685 | + "c": "\trm *o hello", |
708 | 686 | "t": "source.makefile meta.scope.recipe.makefile", |
709 | 687 | "r": { |
710 | 688 | "dark_plus": "default: #D4D4D4", |
|
825 | 803 | } |
826 | 804 | }, |
827 | 805 | { |
828 | | - "c": "(", |
829 | | - "t": "source.makefile meta.scope.recipe.makefile meta.scope.subshell.shell punctuation.definition.subshell.shell", |
830 | | - "r": { |
831 | | - "dark_plus": "default: #D4D4D4", |
832 | | - "light_plus": "default: #000000", |
833 | | - "dark_vs": "default: #D4D4D4", |
834 | | - "light_vs": "default: #000000", |
835 | | - "hc_black": "default: #FFFFFF" |
836 | | - } |
837 | | - }, |
838 | | - { |
839 | | - "c": "sed -nre ", |
840 | | - "t": "source.makefile meta.scope.recipe.makefile meta.scope.subshell.shell", |
841 | | - "r": { |
842 | | - "dark_plus": "default: #D4D4D4", |
843 | | - "light_plus": "default: #000000", |
844 | | - "dark_vs": "default: #D4D4D4", |
845 | | - "light_vs": "default: #000000", |
846 | | - "hc_black": "default: #FFFFFF" |
847 | | - } |
848 | | - }, |
849 | | - { |
850 | | - "c": "'", |
851 | | - "t": "source.makefile meta.scope.recipe.makefile meta.scope.subshell.shell string.quoted.single.shell punctuation.definition.string.begin.shell", |
852 | | - "r": { |
853 | | - "dark_plus": "string: #CE9178", |
854 | | - "light_plus": "string: #A31515", |
855 | | - "dark_vs": "string: #CE9178", |
856 | | - "light_vs": "string: #A31515", |
857 | | - "hc_black": "string: #CE9178" |
858 | | - } |
859 | | - }, |
860 | | - { |
861 | | - "c": "s/some regex with (group)/\\1/p", |
862 | | - "t": "source.makefile meta.scope.recipe.makefile meta.scope.subshell.shell string.quoted.single.shell", |
863 | | - "r": { |
864 | | - "dark_plus": "string: #CE9178", |
865 | | - "light_plus": "string: #A31515", |
866 | | - "dark_vs": "string: #CE9178", |
867 | | - "light_vs": "string: #A31515", |
868 | | - "hc_black": "string: #CE9178" |
869 | | - } |
870 | | - }, |
871 | | - { |
872 | | - "c": "'", |
873 | | - "t": "source.makefile meta.scope.recipe.makefile meta.scope.subshell.shell string.quoted.single.shell punctuation.definition.string.end.shell", |
874 | | - "r": { |
875 | | - "dark_plus": "string: #CE9178", |
876 | | - "light_plus": "string: #A31515", |
877 | | - "dark_vs": "string: #CE9178", |
878 | | - "light_vs": "string: #A31515", |
879 | | - "hc_black": "string: #CE9178" |
880 | | - } |
881 | | - }, |
882 | | - { |
883 | | - "c": ")", |
884 | | - "t": "source.makefile meta.scope.recipe.makefile meta.scope.subshell.shell punctuation.definition.subshell.shell", |
| 806 | + "c": "(sed -nre 's/some regex with (group)/\\1/p')", |
| 807 | + "t": "source.makefile meta.scope.recipe.makefile", |
885 | 808 | "r": { |
886 | 809 | "dark_plus": "default: #D4D4D4", |
887 | 810 | "light_plus": "default: #000000", |
|
946 | 869 | } |
947 | 870 | }, |
948 | 871 | { |
949 | | - "c": "\t", |
950 | | - "t": "source.makefile meta.scope.recipe.makefile", |
951 | | - "r": { |
952 | | - "dark_plus": "default: #D4D4D4", |
953 | | - "light_plus": "default: #000000", |
954 | | - "dark_vs": "default: #D4D4D4", |
955 | | - "light_vs": "default: #000000", |
956 | | - "hc_black": "default: #FFFFFF" |
957 | | - } |
958 | | - }, |
959 | | - { |
960 | | - "c": "echo", |
961 | | - "t": "source.makefile meta.scope.recipe.makefile support.function.builtin.shell", |
962 | | - "r": { |
963 | | - "dark_plus": "support.function: #DCDCAA", |
964 | | - "light_plus": "support.function: #795E26", |
965 | | - "dark_vs": "default: #D4D4D4", |
966 | | - "light_vs": "default: #000000", |
967 | | - "hc_black": "support.function: #DCDCAA" |
968 | | - } |
969 | | - }, |
970 | | - { |
971 | | - "c": " ", |
972 | | - "t": "source.makefile meta.scope.recipe.makefile", |
973 | | - "r": { |
974 | | - "dark_plus": "default: #D4D4D4", |
975 | | - "light_plus": "default: #000000", |
976 | | - "dark_vs": "default: #D4D4D4", |
977 | | - "light_vs": "default: #000000", |
978 | | - "hc_black": "default: #FFFFFF" |
979 | | - } |
980 | | - }, |
981 | | - { |
982 | | - "c": "\"", |
983 | | - "t": "source.makefile meta.scope.recipe.makefile string.quoted.double.shell punctuation.definition.string.begin.shell", |
984 | | - "r": { |
985 | | - "dark_plus": "string: #CE9178", |
986 | | - "light_plus": "string: #A31515", |
987 | | - "dark_vs": "string: #CE9178", |
988 | | - "light_vs": "string: #A31515", |
989 | | - "hc_black": "string: #CE9178" |
990 | | - } |
991 | | - }, |
992 | | - { |
993 | | - "c": "#", |
994 | | - "t": "source.makefile meta.scope.recipe.makefile string.quoted.double.shell", |
995 | | - "r": { |
996 | | - "dark_plus": "string: #CE9178", |
997 | | - "light_plus": "string: #A31515", |
998 | | - "dark_vs": "string: #CE9178", |
999 | | - "light_vs": "string: #A31515", |
1000 | | - "hc_black": "string: #CE9178" |
1001 | | - } |
1002 | | - }, |
1003 | | - { |
1004 | | - "c": "\"", |
1005 | | - "t": "source.makefile meta.scope.recipe.makefile string.quoted.double.shell punctuation.definition.string.end.shell", |
1006 | | - "r": { |
1007 | | - "dark_plus": "string: #CE9178", |
1008 | | - "light_plus": "string: #A31515", |
1009 | | - "dark_vs": "string: #CE9178", |
1010 | | - "light_vs": "string: #A31515", |
1011 | | - "hc_black": "string: #CE9178" |
1012 | | - } |
1013 | | - }, |
1014 | | - { |
1015 | | - "c": " and ", |
1016 | | - "t": "source.makefile meta.scope.recipe.makefile", |
1017 | | - "r": { |
1018 | | - "dark_plus": "default: #D4D4D4", |
1019 | | - "light_plus": "default: #000000", |
1020 | | - "dark_vs": "default: #D4D4D4", |
1021 | | - "light_vs": "default: #000000", |
1022 | | - "hc_black": "default: #FFFFFF" |
1023 | | - } |
1024 | | - }, |
1025 | | - { |
1026 | | - "c": "'", |
1027 | | - "t": "source.makefile meta.scope.recipe.makefile string.quoted.single.shell punctuation.definition.string.begin.shell", |
1028 | | - "r": { |
1029 | | - "dark_plus": "string: #CE9178", |
1030 | | - "light_plus": "string: #A31515", |
1031 | | - "dark_vs": "string: #CE9178", |
1032 | | - "light_vs": "string: #A31515", |
1033 | | - "hc_black": "string: #CE9178" |
1034 | | - } |
1035 | | - }, |
1036 | | - { |
1037 | | - "c": "#", |
1038 | | - "t": "source.makefile meta.scope.recipe.makefile string.quoted.single.shell", |
1039 | | - "r": { |
1040 | | - "dark_plus": "string: #CE9178", |
1041 | | - "light_plus": "string: #A31515", |
1042 | | - "dark_vs": "string: #CE9178", |
1043 | | - "light_vs": "string: #A31515", |
1044 | | - "hc_black": "string: #CE9178" |
1045 | | - } |
1046 | | - }, |
1047 | | - { |
1048 | | - "c": "'", |
1049 | | - "t": "source.makefile meta.scope.recipe.makefile string.quoted.single.shell punctuation.definition.string.end.shell", |
1050 | | - "r": { |
1051 | | - "dark_plus": "string: #CE9178", |
1052 | | - "light_plus": "string: #A31515", |
1053 | | - "dark_vs": "string: #CE9178", |
1054 | | - "light_vs": "string: #A31515", |
1055 | | - "hc_black": "string: #CE9178" |
1056 | | - } |
1057 | | - }, |
1058 | | - { |
1059 | | - "c": " ", |
1060 | | - "t": "source.makefile meta.scope.recipe.makefile", |
1061 | | - "r": { |
1062 | | - "dark_plus": "default: #D4D4D4", |
1063 | | - "light_plus": "default: #000000", |
1064 | | - "dark_vs": "default: #D4D4D4", |
1065 | | - "light_vs": "default: #000000", |
1066 | | - "hc_black": "default: #FFFFFF" |
1067 | | - } |
1068 | | - }, |
1069 | | - { |
1070 | | - "c": "in", |
1071 | | - "t": "source.makefile meta.scope.recipe.makefile keyword.control.shell", |
1072 | | - "r": { |
1073 | | - "dark_plus": "keyword.control: #C586C0", |
1074 | | - "light_plus": "keyword.control: #AF00DB", |
1075 | | - "dark_vs": "keyword.control: #569CD6", |
1076 | | - "light_vs": "keyword.control: #0000FF", |
1077 | | - "hc_black": "keyword.control: #C586C0" |
1078 | | - } |
1079 | | - }, |
1080 | | - { |
1081 | | - "c": " quotes are not comments ", |
| 872 | + "c": "\techo \"#\" and '#' in quotes are not comments ", |
1082 | 873 | "t": "source.makefile meta.scope.recipe.makefile", |
1083 | 874 | "r": { |
1084 | 875 | "dark_plus": "default: #D4D4D4", |
|
1100 | 891 | } |
1101 | 892 | }, |
1102 | 893 | { |
1103 | | - "c": "\t\tand ", |
1104 | | - "t": "source.makefile meta.scope.recipe.makefile", |
1105 | | - "r": { |
1106 | | - "dark_plus": "default: #D4D4D4", |
1107 | | - "light_plus": "default: #000000", |
1108 | | - "dark_vs": "default: #D4D4D4", |
1109 | | - "light_vs": "default: #000000", |
1110 | | - "hc_black": "default: #FFFFFF" |
1111 | | - } |
1112 | | - }, |
1113 | | - { |
1114 | | - "c": "'", |
1115 | | - "t": "source.makefile meta.scope.recipe.makefile string.quoted.single.shell punctuation.definition.string.begin.shell", |
1116 | | - "r": { |
1117 | | - "dark_plus": "string: #CE9178", |
1118 | | - "light_plus": "string: #A31515", |
1119 | | - "dark_vs": "string: #CE9178", |
1120 | | - "light_vs": "string: #A31515", |
1121 | | - "hc_black": "string: #CE9178" |
1122 | | - } |
1123 | | - }, |
1124 | | - { |
1125 | | - "c": "\\", |
1126 | | - "t": "source.makefile meta.scope.recipe.makefile string.quoted.single.shell", |
1127 | | - "r": { |
1128 | | - "dark_plus": "string: #CE9178", |
1129 | | - "light_plus": "string: #A31515", |
1130 | | - "dark_vs": "string: #CE9178", |
1131 | | - "light_vs": "string: #A31515", |
1132 | | - "hc_black": "string: #CE9178" |
1133 | | - } |
1134 | | - }, |
1135 | | - { |
1136 | | - "c": "'", |
1137 | | - "t": "source.makefile meta.scope.recipe.makefile string.quoted.single.shell punctuation.definition.string.end.shell", |
1138 | | - "r": { |
1139 | | - "dark_plus": "string: #CE9178", |
1140 | | - "light_plus": "string: #A31515", |
1141 | | - "dark_vs": "string: #CE9178", |
1142 | | - "light_vs": "string: #A31515", |
1143 | | - "hc_black": "string: #CE9178" |
1144 | | - } |
1145 | | - }, |
1146 | | - { |
1147 | | - "c": " will be continued", |
| 894 | + "c": "\t\tand '\\' will be continued", |
1148 | 895 | "t": "source.makefile meta.scope.recipe.makefile", |
1149 | 896 | "r": { |
1150 | 897 | "dark_plus": "default: #D4D4D4", |
|
0 commit comments