@eht16 commented on this pull request.


In tests/ctags/runner.sh:

> @@ -18,6 +18,9 @@ mkdir -p "$CONFDIR/filedefs/" || exit 99
 # are no extension patterns, like e.g. Meson.
 sed 's/^\([^=[]\{1,\}\)\(=[^;]\{1,\}\(;[^;]\{1,\}\)*\);*$/\1\2;*.\1_unittest;/' \
   < "${top_srcdir:-../..}"/data/filetype_extensions.conf > "$CONFDIR/filetype_extensions.conf" || exit 99
+# add HCL filetype extension for the Terraform parser test (HCL is not an official Geany filetype)
+echo 'HCL=*.tf;*.tfvars;*.hcl;' >> "$CONFDIR/filetype_extensions.conf"

I feel dirty :(.

Though I had to add this to make Geany recognize the file extension and map to the correct parser.


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <geany/geany/pull/4237/review/2604301279@github.com>