You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not all PN_CHARS are allowed, eg ff-map:is highlighted only *after* the-. One should be especially careful that .` is allowed in PNAMES but only if followed by another allowed char (see PN_PREFIX, PN_LOCAL)
triple-apostrophe and triple-quote strings are mixed up. Eg this
'''foo """and""" bar'''
is highlighted as two strings: '''foo """ and """ bar'''
4. blank nodes are not highlighted
5. Would be nice to highlight @lang and ^^dt as a distinct class ("type")
@ellismarkf We noticed the following problems with the turtle (ttl) highlighter, and by inclusion the sparql highlighter. The turtle grammar is at https://www.w3.org/TR/turtle/#terminals
:
is highlighted only *after* the
-. One should be especially careful that
.` is allowed in PNAMES but only if followed by another allowed char (see PN_PREFIX, PN_LOCAL)'''foo """and""" bar'''
is highlighted as two strings:
'''foo """
and""" bar'''
4. blank nodes are not highlighted
5. Would be nice to highlight
@lang
and^^dt
as a distinct class ("type")We'll try to fix these problems
cc @nikolatulechki
The text was updated successfully, but these errors were encountered: