Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
* Add prettier fixer support for typescript
* Add prettier fixer support for css and scss
* Add prettier fixer support for json
* Use getbufvar() to get &filetype
|
|
blank line
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fix an OCaml help tag in the README
|
|
|
|
|
|
|
|
|
|
|
|
|
|
buffer's basename
|
|
|
|
|
|
* Detect and use CM files for smlnj
* Split into two checkers
- one for CM projects
- one for single SML files
* Fix some typos
* Fix error caught by writing tests
We want to actually use `glob` to search in paths upwards from us.
(Previously we were just searching in the current directory every time!)
* Fix errors from former test run
* Write tests for GetCmFile and GetExecutableSmlnj
* Typo in 'smlnj/' fixture filenames
|
|
|
|
|
|
filetype changed is on
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
existing problems
|
|
|
|
|
|
|
|
|
|
Add a linter for Apache Thrift IDL files
|
|
This linter works by invoking the `thrift` compiler with the buffer
contents and reporting any parser and code generation issues.
The handler rolls its own output-matching loop because we have the
(unfortunate) requirement of handling error output that spans multiple
lines.
Unit tests cover both the command callback and handler, and there is
initial documentation for all of the option variables.
|
|
Gradle support for javac
|
|
|
|
Based off of #745.
|
|
|
|
|