Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tm4e-dev] TODO / FIXME comment markers
  • From: Sebastian Thomschke <sebt.eclipse@xxxxxxxxxxxx>
  • Date: Fri, 3 Dec 2021 21:22:27 +0100
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=vegardit.com; dmarc=pass action=none header.from=vegardit.com; dkim=pass header.d=vegardit.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=R2tM3/es1Pb9PW5IUd/OzncaPPi0C5xj+MvpMkYWcDo=; b=JqpLy2zshzb763/18MiDTYx/hpK/N3xW3YRKgR9WBXcsqlaQfVxJoT975UEQXTqR+gdSfu6IjRcRo8n6FBlOYjvm6X5EI/1wGW64LUA7u0KU0rP+iTLwipTn+BHlUKQVVVGp1U25Gi67+VoyoARMZqF6SokeV9ko+IRVVV5QoSCMnT92smvaIbzQnqSbH3obJC3/FpxzI4coGIipz8sXZunhqeZtLVIW45NBlKTodSMtTeei6i7aaS9MFp7E98yOTfjYYypDwTGEeMKp44RzC1zKItSmzYpQoF+HvGKzBNfTPLMw+Z8i+QlQ1BPSS8O5FfZJXOdtP5jRwLRxy8s/hg==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=WOh3lbk3Fsmu6gfyx3p7zfKpnBrDy1PHegJVU4XqDU582FR68xfndnCz0mqCj9LBceu0tYcEWOAXO1PO7yWzlWKzm6kjTT1oJChhumN8IZMvjVnT5g3BKUa/puk6gWIMOjTPF6tHHRlgz+njrjN0Qt2W6N6xqaksBcvQwD3xWc4PYMf4lrTff02RWBwxANBFS0RBsBLUWxNP6PyoNDRyQzXPTPk4HiCNA0sVeQFTl4CaiJ7Z4gc1v2vNxBFmiVT3qY6aXTcEfG4Lk3JHnn2efTLlU1a5QXunLfyipZd+/k2jxoZLeqVwpWOqUYmmj9zEQ1DbnK633+e8SuACDuMcYQ==
  • Delivered-to: tm4e-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/tm4e-dev/>
  • List-help: <mailto:tm4e-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/tm4e-dev>, <mailto:tm4e-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/tm4e-dev>, <mailto:tm4e-dev-request@eclipse.org?subject=unsubscribe>

Hi,

I am working on an Eclipse plugin to support development using the Haxe programming language. I realized syntax highlighting using tm4e and auto-completion using lsp4e.

One thing I am missing is support for handling TODO / FIXME comment markers. What would be the best way to approach this in the context of tm4e/lsp4e?
Are there any examples?

Thanks in advance,

Seb



Back to the top