Skip to content

Commit

Permalink
Workaround for weird dot behaviour
Browse files Browse the repository at this point in the history
  • Loading branch information
amomchilov committed Sep 3, 2024
1 parent eb253c9 commit 60857cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ tokens:
- name: AMPERSAND_AMPERSAND_EQUAL
comment: "<code>&amp;&amp;=</code>"
- name: AMPERSAND_DOT
comment: "<code>&amp;.</code>"
comment: "&amp;\\."
- name: AMPERSAND_EQUAL
comment: "<code>&amp;=</code>"
- name: BACKTICK
Expand Down Expand Up @@ -375,7 +375,7 @@ tokens:
- name: CONSTANT
comment: "a constant"
- name: DOT
comment: "the `.` call operator"
comment: "the \\. call operator"
- name: DOT_DOT
comment: "the `..` range operator"
- name: DOT_DOT_DOT
Expand Down Expand Up @@ -664,7 +664,7 @@ flags:
- name: CallNodeFlags
values:
- name: SAFE_NAVIGATION
comment: "<code>&amp;.<code> operator"
comment: "The &amp; \\. operator"
- name: VARIABLE_CALL
comment: "a call that could have been a local variable"
- name: ATTRIBUTE_WRITE
Expand Down

0 comments on commit 60857cf

Please sign in to comment.