Hi, I created a custom filetype (filetypes.CUDA.conf), added CUDA-specific keywords, and at the end:
--- [build_settings] compiler=nvcc -c "%f" linker=nvcc "%f" run_cmd="./%e"
[build-menu] FT_00_LB=nvcc FT_00_CM=nvcc -o "%e" "%f" FT_00_WD= ---
If I load a .cu file, the filetype is recognized and the correct highlighting is used. However, while the build-menu section is parsed and used correctly, the [build_settings] section seems not: when I compile a .cu file a make is executed instead (while there is no Makefile at all).
Is it my fault, or bug? Thanks!
Eugenio R.