File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 127127 "comparisons" : {
128128 "patterns" : [
129129 {
130- "begin" : " \\ b([0-9]+)(==|<=|>=)([0-9]+)" ,
130+ "begin" : " \\ b([0-9]+)(==|!=| <=|>=)([0-9]+)" ,
131131 "beginCaptures" : {
132132 "0" : {
133133 "name" : " constant.numeric.pulpscript"
142142 "end" : " \\ b"
143143 },
144144 {
145- "begin" : " \\ b(\\ w+)(==|<=|>=)([0-9]+)" ,
145+ "begin" : " \\ b(\\ w+)(==|!=| <=|>=)([0-9]+)" ,
146146 "beginCaptures" : {
147147 "0" : {
148148 "name" : " constant.numeric.pulpscript"
157157 "end" : " \\ b"
158158 },
159159 {
160- "begin" : " \\ b([0-9]+)(==|<=|>=)(\\ w+)" ,
160+ "begin" : " \\ b([0-9]+)(==|!=| <=|>=)(\\ w+)" ,
161161 "beginCaptures" : {
162162 "0" : {
163163 "name" : " variable.pulpscript"
173173 },
174174 {
175175 "name" : " keyword.operator.comparison.pulpscript" ,
176- "match" : " (==|<=|>=)"
176+ "match" : " (==|!=| <=|>=)"
177177 }
178178 ]
179179 },
You can’t perform that action at this time.
0 commit comments