alefragnani / vscode-language-pascal

Pascal language extension for Visual Studio Code
MIT License
217 stars 47 forks source link

Add syntax highlight for extention .inc #62

Open MADRAFi opened 4 years ago

MADRAFi commented 4 years ago

MAD-Pascal commonly used file extention for included files is .inc. Please add it to the list in package.json.

alefragnani commented 3 years ago

Updating syntax highlighting to recognize .inc works just fine, but Code Navigation features didn’t.

I’m not sure if you only need to update CTags/Global. I did a few tests with no success, so if anyone would like to help, I appreciate.