-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
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
Callback must be a function
when using a custom tagged template grammar
#525
Comments
Same issue... |
By installing Node v10 (LTS) instead of using v12, I got rid of the warning message |
Was already running the v10 (LTS) :/ |
Same issue here. const typeDefs = gql`
type Query {
test: String
}
`; This highlight should be working without custom tagged template grammar, because shipped by default with the plugin, but is also not working anymore on my setup (OSX, tested with node 10, 11, 12). |
Same! |
Just for good measure, here's the error stack of Atom:
Related: gruntjs/grunt-contrib-jasmine#266 |
This is still the case today... super frustrating. Having the same problem on a new mac, fresh installation of Atom and up to date |
I have the same issue with .mjs files using template literals. |
Problem still exists since now more than 2 years. Does anybody think it will be solved? I appreciate to get a solution because changing from VS Code to Atom does not get easier with such problems (I code in js and html and want to use this feature as an replacement for the ES6-html Plugin of VS-Code (which marks html in template strings). |
Same there since 3 years |
Setting a custom tagged template grammar like
csscustom:source.css
and using it on a fileproduces a warning
Callback must be a function
and does not highlight the text differentlyThe text was updated successfully, but these errors were encountered: