Skip to content

Commit ae971fe

Browse files
committed
Fix typo in featurep function name
1 parent ecf5133 commit ae971fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

AutoLISP.YAML-tmLanguage

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

AutoLISP.tmLanguage

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
</dict>
5858
<dict>
5959
<key>match</key>
60-
<string>(?i)(?&lt;=^|['\s()])ll-(?:featuerep|provide|require)(?=$|[\s()])</string>
60+
<string>(?i)(?&lt;=^|['\s()])ll-(?:featurep|provide|require)(?=$|[\s()])</string>
6161
<key>name</key>
6262
<string>support.function.require.call.autolisp</string>
6363
</dict>

0 commit comments

Comments
 (0)