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 @@ -261,7 +261,7 @@ repository:
261261 - name : support.variable.require.call.autolisp
262262 match : (?i)(?<=^|['\s()])ll-(?:features)(?=$|[\s()])
263263 - name : support.function.require.call.autolisp
264- match : (?i)(?<=^|['\s()])ll-(?:featuerep |provide|require)(?=$|[\s()])
264+ match : (?i)(?<=^|['\s()])ll-(?:featurep |provide|require)(?=$|[\s()])
265265 - name : support.function.type.call.autolisp
266266 match : (?i)(?<=^|['\s()])ll-(?:typep|anyp)(?=$|[\s()])
267267 - name : support.constant.boolean.call.autolisp
Original file line number Diff line number Diff line change 5757 </dict >
5858 <dict >
5959 <key >match </key >
60- <string >(?i)(?< =^|['\s()])ll-(?:featuerep |provide|require)(?=$|[\s()]) </string >
60+ <string >(?i)(?< =^|['\s()])ll-(?:featurep |provide|require)(?=$|[\s()]) </string >
6161 <key >name </key >
6262 <string >support.function.require.call.autolisp </string >
6363 </dict >
You can’t perform that action at this time.
0 commit comments