File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ repository:
137137 - name : support.function.symbols.vl.autolisp
138138 match : (?i)(?<=^|['\s()])vl-symbol(?:p|-value|-name)(?=$|[\s()])
139139 - name : support.function.strings.vl.autolisp
140- match : (?i)(?<=^|['\s()])vl-(?:string-(?:elt|(?:left-|right-)?trim|position|search|translate|mismatch |>list)|list->string)(?=$|[\s()])
140+ match : (?i)(?<=^|['\s()])vl-(?:string-(?:elt|(?:left-|right-)?trim|position|search|mismatch| translate|subst |>list)|list->string)(?=$|[\s()])
141141 - name : support.function.lists.vl.autolisp
142142 match : (?i)(?<=^|['\s()])vl-(?:consp|list\*|list-length|some|every|member-if(?:-not)?|position|remove(?:-if(?:-not)?)?|sort(?:-i)?)(?=$|[\s()])
143143 - name : support.function.io.vl.autolisp
Original file line number Diff line number Diff line change 497497 </dict >
498498 <dict >
499499 <key >match </key >
500- <string >(?i)(?< =^|['\s()])vl-(?:string-(?:elt|(?:left-|right-)?trim|position|search|translate|mismatch |> list)|list-> string)(?=$|[\s()]) </string >
500+ <string >(?i)(?< =^|['\s()])vl-(?:string-(?:elt|(?:left-|right-)?trim|position|search|mismatch| translate|subst |> list)|list-> string)(?=$|[\s()]) </string >
501501 <key >name </key >
502502 <string >support.function.strings.vl.autolisp </string >
503503 </dict >
You can’t perform that action at this time.
0 commit comments