We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rule
subdir
The following dune code doesn't seem to be highlighted properly with VSCode 1.9.0:
(subdir asset/ (rule (target main.css) (deps (:data ../tailwind.config.js ../postcss.config.js) (source_tree ../node_modules) (source_tree ../src/ocamlorg_frontend)) (action (chdir %{workspace_root} (run node node_modules/postcss-cli/index.js src/ocamlorg_frontend/css/styles.css -o %{target})))))
cc @SaySayo
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
@SaySayo that looks great! Feel free to open a PR with your patch 🙂
Successfully merging a pull request may close this issue.
The following dune code doesn't seem to be highlighted properly with VSCode 1.9.0:
cc @SaySayo
The text was updated successfully, but these errors were encountered: