Lines Matching refs:d
35 syn match rebolInteger "\<[+-]\=\d\+\('\d*\)*\>"
37 syn match rebolDecimal "[+-]\=\(\d\+\('\d*\)*\)\=[,.]\d*\(e[+-]\=\d\+\)\="
38 syn match rebolDecimal "[+-]\=\d\+\('\d*\)*\(e[+-]\=\d\+\)\="
40 syn match rebolTime "[+-]\=\(\d\+\('\d*\)*\:\)\{1,2}\d\+\('\d*\)*\([.,]\d\+\)\=\([AP]M\…
41 syn match rebolTime "[+-]\=:\d\+\([.,]\d*\)\=\([AP]M\)\=\>"
44 syn match rebolDate "\d\{1,2}\([/-]\)\(Jan\|Feb\|Mar\|Apr\|May\|Jun\|Jul\|Aug\|Sep\|Oct…
46 …bolDate "\d\{1,2}\([/-]\)\(January\|February\|March\|April\|May\|June\|July\|August\|Septemb…
48 syn match rebolDate "\d\{1,2}\([/-]\)\d\{1,2}\1\(\d\{2}\)\{1,2}\>"
50 syn match rebolDate "\d\{4}-\d\{1,2}-\d\{1,2}\>"
52 syn match rebolDate "\d\{1,2}\.\d\{1,2}\.\d\{4}\>"
54 syn match rebolMoney "\a*\$\d\+\('\d*\)*\([,.]\d\+\)\="
59 syn region rebolBinary start=+\d*#{+ end=+}+ contains=rebolComment
66 syn match rebolURL "http://\k\+\(\.\k\+\)*\(:\d\+\)\=\(/\(\k\+/\)*\(\k\+\)\=\)*"
68 syn match rebolURL "ftp://\(\k\+:\k\+@\)\=\k\+\(\.\k\+\)*\(:\d\+\)\=/\(\k\+/\)*\k\+"
71 syn match rebolIssue "#\(\d\+-\)*\d\+"
73 syn match rebolTuple "\(\d\+\.\)\{2,}"
77 syn match rebolSpecialCharacter contained "%\d\+"