You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
In html frequently the tag source is used.
Probably most frequently as `
Describe the solution you'd like
The text within script shall either not be proved or, better, it shall be proved with the language given by the mime type.
At least for javascript this would help a lot and maybe it is not difficult to realize as ltex is already able to check standalone javascript.
Describe alternatives you've considered
Well, sometimes just linking to a separate .js file solves the problem also, but this is cumbersome for very small pieces of code.
Additional context
Should not need additional context.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
In html frequently the tag source is used.
Probably most frequently as `
Describe the solution you'd like
The text within script shall either not be proved or, better, it shall be proved with the language given by the mime type.
At least for javascript this would help a lot and maybe it is not difficult to realize as ltex is already able to check standalone javascript.
Describe alternatives you've considered
Well, sometimes just linking to a separate .js file solves the problem also, but this is cumbersome for very small pieces of code.
Additional context
Should not need additional context.
The text was updated successfully, but these errors were encountered: