Hey there,
I’m working on a package for the Pawn language which is very similar to C and borrows some things from C++.
To avoid reinventing the wheel, I just copied the existing C++ tmLanguage into my package and edited it somewhat. However Pawn doesn’t have typedefs such as int/long/short/double or keywords like struct/class/catch/etc.
I’ve searched the entire package before and can’t find those words. I was wondering where such things are stored and how I could remove them from the language package.
Thanks!