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
Currently, our GritQL plugins support running against JS/TS files. We should extend this to include CSS files as well.
It will require the implementation of a struct CsssTargetLanguage similar to the existing struct JsTargetLanguage. It will need to be registered in grit_target_language.rs, and we'll need to look for various places where JsTargetLanguage is currently being hard-coded.
The text was updated successfully, but these errors were encountered:
Description
Currently, our GritQL plugins support running against JS/TS files. We should extend this to include CSS files as well.
It will require the implementation of a
struct CsssTargetLanguage
similar to the existingstruct JsTargetLanguage
. It will need to be registered ingrit_target_language.rs
, and we'll need to look for various places whereJsTargetLanguage
is currently being hard-coded.The text was updated successfully, but these errors were encountered: