emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [SPAM UNSURE] Re: Standardizing tree-sitter fontification features


From: Stephen Leake
Subject: Re: [SPAM UNSURE] Re: Standardizing tree-sitter fontification features
Date: Sat, 26 Nov 2022 06:29:26 -0800
User-agent: Gnus/5.13 (Gnus v5.13)

Stephen Leake <stephen_leake@stephe-leake.org> writes:

>
> namespace would be useful; in some languages, like C++, the syntax
> namespace::namespace::object.member makes it clear which identifiers are
> namespaces. In others, like Ada the syntax is
> namespace.namespace.object.member, so it's not clear.

Never mind; for Ada, this requires name resolution, which is beyond what
tree-sitter can accomplish (same for the wisi parser). The
ada_language_server does do name resolution, so it can label namespace
accurately.

-- 
-- Stephe



reply via email to

[Prev in Thread] Current Thread [Next in Thread]