tree-sitter-make icon indicating copy to clipboard operation
tree-sitter-make copied to clipboard

Makefile highlighting problem

Open andreyugolnik opened this issue 1 year ago • 0 comments

The Makefile fragment causing the highlighting error.

COMMON_PACK_NAMES = preload splash common leaderboards
ART_PACKS = $(COMMON_PACK_NAMES:=.pak)

COMMON_ATLAS_NAMES = game menu shop wardrobe leaderboards
COMMON_ATLASES = $(COMMON_ATLAS_NAMES:%=atlas_%.xml)

Screenshot 2023-10-05 at 10 24 13

andreyugolnik avatar Oct 05 '23 08:10 andreyugolnik