Atom selects wrong language for all flow files
Arilas opened this issue · 2 comments
Arilas commented
For all files with @flow
annotation Atom selects Flow JavaScript
language that doesn't work with this plugin.
When I manually switch to JavaScript
everything works, but it's impossible to do this every time when I open the file.
So I have:
- 1.32.0 x64
- Debian 8
- Flow 0.82
- Plugins:
atom-ide-ui@0.13.0
andide-flowtype@0.23.1
Steps to reproduce:
- Clean installation of Atom
- Install my plugins
- Open any file with annotation
/** @flow */
mostafaeweda commented
That’s caused by treesitter grammars (that’s enabled by default in Atom 1.32).
Please change Atom settings (uncheck using Treesitter Grammars)
joshhepworth commented
I ended up here because flow in the UI broke completely with 1.32.1 – for other that come here it seems as though disabling Tree-Sitter made the flow errors show up in the UI again.