File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 197
197
},
198
198
{
199
199
"comment" : " Access" ,
200
- "match" : " ((@)[_\\ p{Ll}\\ p{Lo}][\\ p{L}\\ p{N}_]*[?!]?)\\ b \\ s*(\\ .)\\ s*\\ b([_\\ p{Ll}\\ p{Lo}][\\ p{L}\\ p{N}_]*[?!]?)\\ b \\ s*(\\ .)\\ s*\\ b([_\\ p{Ll}\\ p{Lo}][\\ p{L}\\ p{N}_]*[?!]?)\\ b (?!\\ s*\\ .)" ,
200
+ "match" : " ((@)[_\\ p{Ll}\\ p{Lo}][\\ p{L}\\ p{N}_]*[?!]?)\\ s*(\\ .)\\ s*\\ b([_\\ p{Ll}\\ p{Lo}][\\ p{L}\\ p{N}_]*[?!]?)\\ s*(\\ .)\\ s*\\ b([_\\ p{Ll}\\ p{Lo}][\\ p{L}\\ p{N}_]*[?!]?)(?!\\ s*\\ .)" ,
201
201
"captures" : {
202
202
"2" : {
203
203
"name" : " punctuation.definition.variable.elixir"
221
221
},
222
222
{
223
223
"comment" : " Access" ,
224
- "match" : " ((@)[_\\ p{Ll}\\ p{Lo}][\\ p{L}\\ p{N}_]*[?!]?)\\ b \\ s*(\\ .)\\ s*\\ b([_\\ p{Ll}\\ p{Lo}][\\ p{L}\\ p{N}_]*[?!]?)\\ b " ,
224
+ "match" : " ((@)[_\\ p{Ll}\\ p{Lo}][\\ p{L}\\ p{N}_]*[?!]?)\\ s*(\\ .)\\ s*\\ b([_\\ p{Ll}\\ p{Lo}][\\ p{L}\\ p{N}_]*[?!]?)" ,
225
225
"captures" : {
226
226
"2" : {
227
227
"name" : " punctuation.definition.variable.elixir"
239
239
},
240
240
{
241
241
"comment" : " Access" ,
242
- "match" : " \\ b([_\\ p{Ll}\\ p{Lo}][\\ p{L}\\ p{N}_]*[?!]?)\\ b \\ s*(\\ .)\\ s*\\ b([_\\ p{Ll}\\ p{Lo}][\\ p{L}\\ p{N}_]*[?!]?)\\ b \\ s*(\\ .)\\ s*\\ b([_\\ p{Ll}\\ p{Lo}][\\ p{L}\\ p{N}_]*[?!]?)\\ b (?!\\ s*\\ .)" ,
242
+ "match" : " \\ b([_\\ p{Ll}\\ p{Lo}][\\ p{L}\\ p{N}_]*[?!]?)\\ s*(\\ .)\\ s*\\ b([_\\ p{Ll}\\ p{Lo}][\\ p{L}\\ p{N}_]*[?!]?)\\ s*(\\ .)\\ s*\\ b([_\\ p{Ll}\\ p{Lo}][\\ p{L}\\ p{N}_]*[?!]?)(?!\\ s*\\ .)" ,
243
243
"captures" : {
244
244
"1" : {
245
245
"name" : " variable.other.readwrite.elixir"
260
260
},
261
261
{
262
262
"comment" : " Access" ,
263
- "match" : " \\ b([_\\ p{Ll}\\ p{Lo}][\\ p{L}\\ p{N}_]*[?!]?)\\ b \\ s*(\\ .)\\ s*\\ b([_\\ p{Ll}\\ p{Lo}][\\ p{L}\\ p{N}_]*[?!]?)\\ b " ,
263
+ "match" : " \\ b([_\\ p{Ll}\\ p{Lo}][\\ p{L}\\ p{N}_]*[?!]?)\\ s*(\\ .)\\ s*\\ b([_\\ p{Ll}\\ p{Lo}][\\ p{L}\\ p{N}_]*[?!]?)" ,
264
264
"captures" : {
265
265
"1" : {
266
266
"name" : " variable.other.readwrite.elixir"
275
275
},
276
276
{
277
277
"comment" : " Dot call" ,
278
- "match" : " \\ b(?<=\\ .)\\ s*([_\\ p{Ll}\\ p{Lo}][\\ p{L}\\ p{N}_]*[?!]?)\\ b (?!\\ s*\\ .)" ,
278
+ "match" : " \\ b(?<=\\ .)\\ s*([_\\ p{Ll}\\ p{Lo}][\\ p{L}\\ p{N}_]*[?!]?)(?!\\ s*\\ .)" ,
279
279
"name" : " entity.name.function.call.dot.elixir"
280
280
},
281
281
{
You can’t perform that action at this time.
0 commit comments