-
-
Notifications
You must be signed in to change notification settings - Fork 685
Closed
Labels
Description
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 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.