comparison runtime/syntax/logtalk.vim @ 32984:75c283beb74f

re-sync with git
author Christian Brabandt <cb@256bit.org>
date Thu, 24 Aug 2023 07:58:05 +0200
parents 5c5908e81e93
children e1ae246924ee
comparison
equal deleted inserted replaced
32983:5cc3522384b1 32984:75c283beb74f
328 syn match logtalkKeyword "\<flo\(or\|at\(_\(integer\|fractional\)_part\)\?\)\ze(" 328 syn match logtalkKeyword "\<flo\(or\|at\(_\(integer\|fractional\)_part\)\?\)\ze("
329 syn match logtalkKeyword "\<t\(an\|runcate\)\ze(" 329 syn match logtalkKeyword "\<t\(an\|runcate\)\ze("
330 syn match logtalkKeyword "\<ceiling\ze(" 330 syn match logtalkKeyword "\<ceiling\ze("
331 331
332 332
333 " Other arithemtic functors 333 " Other arithmetic functors
334 334
335 syn match logtalkOperator "\*\*" 335 syn match logtalkOperator "\*\*"
336 syn match logtalkKeyword "\<s\(in\|qrt\)\ze(" 336 syn match logtalkKeyword "\<s\(in\|qrt\)\ze("
337 syn match logtalkKeyword "\<cos\ze(" 337 syn match logtalkKeyword "\<cos\ze("
338 syn match logtalkKeyword "\<a\(cos\|sin\|tan\|tan2\)\ze(" 338 syn match logtalkKeyword "\<a\(cos\|sin\|tan\|tan2\)\ze("