[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
Re: [tm4e-dev] [Google summer of code] Help with set up tm4e into feature
|
yes, my build.properties looks like this [
https://pastebin.com/8DquR8Ty]. And test.tmLanguage.json is placed on path src/syntax. But I still get this exception that [No grammar provided for <source.test>]
03.07.2023, 16:12, "Mickael Istria" <mistria@xxxxxxxxxx>:
I suspect the problem can be that the `src/` folder is ignored as exection time (your plugin.properties, which controls the build, most likely doesn't instruct to keep sources in the output); so this resource may be invisible because it's in a folder that's not part of the build. Usually, plugins create a "grammars" or "syntax" folder, put the TM4E grammars in it, and add this folder to the build.properties `bin.includes` directive.
HTH
,_______________________________________________
tm4e-dev mailing list
tm4e-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/tm4e-dev