Skip to content

Commit 60857cf

Browse files
committed
Workaround for weird dot behaviour
1 parent eb253c9 commit 60857cf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ tokens:
329329
- name: AMPERSAND_AMPERSAND_EQUAL
330330
comment: "<code>&amp;&amp;=</code>"
331331
- name: AMPERSAND_DOT
332-
comment: "<code>&amp;.</code>"
332+
comment: "&amp;\\."
333333
- name: AMPERSAND_EQUAL
334334
comment: "<code>&amp;=</code>"
335335
- name: BACKTICK
@@ -375,7 +375,7 @@ tokens:
375375
- name: CONSTANT
376376
comment: "a constant"
377377
- name: DOT
378-
comment: "the `.` call operator"
378+
comment: "the \\. call operator"
379379
- name: DOT_DOT
380380
comment: "the `..` range operator"
381381
- name: DOT_DOT_DOT
@@ -664,7 +664,7 @@ flags:
664664
- name: CallNodeFlags
665665
values:
666666
- name: SAFE_NAVIGATION
667-
comment: "<code>&amp;.<code> operator"
667+
comment: "The &amp; \\. operator"
668668
- name: VARIABLE_CALL
669669
comment: "a call that could have been a local variable"
670670
- name: ATTRIBUTE_WRITE

0 commit comments

Comments
 (0)