summaryrefslogtreecommitdiff
path: root/pyssg.xyz/live/static/hl/languages/axapta.min.js
blob: c9a4be2e3747819a9361f1ef90caaffd5c35703c (plain)
1
2
3
4
5
6
7
8
9
hljs.registerLanguage("axapta",(()=>{"use strict";return e=>({name:"X++",
aliases:["x++"],keywords:{
keyword:"abstract as asc avg break breakpoint by byref case catch changecompany class client client common const continue count crosscompany delegate delete_from desc display div do edit else eventhandler exists extends final finally firstfast firstonly firstonly1 firstonly10 firstonly100 firstonly1000 flush for forceliterals forcenestedloop forceplaceholders forceselectorder forupdate from generateonly group hint if implements in index insert_recordset interface internal is join like maxof minof mod namespace new next nofetch notexists optimisticlock order outer pessimisticlock print private protected public readonly repeatableread retry return reverse select server setting static sum super switch this throw try ttsabort ttsbegin ttscommit unchecked update_recordset using validtimestate void where while",
built_in:"anytype boolean byte char container date double enum guid int int64 long real short str utcdatetime var",
literal:"default false null true"},
contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.C_NUMBER_MODE,{
className:"meta",begin:"#",end:"$"},{className:"class",
beginKeywords:"class interface",end:/\{/,excludeEnd:!0,illegal:":",contains:[{
beginKeywords:"extends implements"},e.UNDERSCORE_TITLE_MODE]}]})})());