Skip to content

Commit dfe33c6

Browse files
committed
Add acoth
1 parent 617969b commit dfe33c6

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
@@ -308,7 +308,7 @@ repository:
308308
- name: support.constant.numbers.call.autolisp
309309
match: (?i)(?<=^|['\s()])ll-(?:e|ln10|ln2|log10e|log2e|pi/2|pi/4|pi/180|180/pi|1/pi|2pi|sqrt2|sqrt1/2)(?=$|[\s()])
310310
- name: support.function.raretrig.call.autolisp
311-
match: (?i)(?<=^|['\s()])ll-(?:cot|sec|csc|acot|asec|acsc|versin|vercos|coversin|covercos|haversin|havercos|hacoversin|hacovercos|exsec|excsc|coth|sech|csch|asech|acsch)(?=$|[\s()])
311+
match: (?i)(?<=^|['\s()])ll-(?:cot|sec|csc|acot|asec|acsc|versin|vercos|coversin|covercos|haversin|havercos|hacoversin|hacovercos|exsec|excsc|coth|sech|csch|acoth|asech|acsch)(?=$|[\s()])
312312
- name: support.function.random.call.autolisp
313313
match: (?i)(?<=^|['\s()])ll-(?:rand|srand|random|random-seed)(?=$|[\s()])
314314
- name: support.constant.bitwise.call.autolisp

AutoLISP.tmLanguage

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
</dict>
9696
<dict>
9797
<key>match</key>
98-
<string>(?i)(?&lt;=^|['\s()])ll-(?:cot|sec|csc|acot|asec|acsc|versin|vercos|coversin|covercos|haversin|havercos|hacoversin|hacovercos|exsec|excsc|coth|sech|csch|asech|acsch)(?=$|[\s()])</string>
98+
<string>(?i)(?&lt;=^|['\s()])ll-(?:cot|sec|csc|acot|asec|acsc|versin|vercos|coversin|covercos|haversin|havercos|hacoversin|hacovercos|exsec|excsc|coth|sech|csch|acoth|asech|acsch)(?=$|[\s()])</string>
9999
<key>name</key>
100100
<string>support.function.raretrig.call.autolisp</string>
101101
</dict>

0 commit comments

Comments
 (0)