Albert Song
e888225518
Add yarac as yara rule syntax checker.
...
YARA is a widely used pattern matching tool in malware research.
yarac is the official compiler.
2017-12-21 17:02:26 +08:00
Claudio Ramirez
026e09fbdf
New checker "perl6" for Perl 6.
2017-09-18 20:25:13 +03:00
LCD 47
0858da63ec
Vue.js checkers: cleanup.
2017-09-02 07:41:39 +03:00
Pixelastic
281a6df78e
Adding pug_lint-vue as first Vue.JS checker
2017-09-01 23:52:37 +02:00
LCD 47
1c80cbd4b0
Checker coffee/coffee_jshint: cleanup.
2017-06-18 10:33:06 +03:00
talos
2f5c910ff6
Support coffeescript linting with coffee-jshint
2017-06-16 13:37:37 -07:00
LCD 47
6cf4f5ca76
New checker cmakelint for CMake.
2017-04-26 11:37:35 +03:00
LCD 47
b9d35359be
New checker julia/lint for Julia.
2017-04-24 16:45:44 +03:00
LCD 47
e0d044fa7e
Checker solium: cleanup.
2017-03-16 11:44:14 +02:00
Matthijs van den Bos
3fda1fd29f
Added Solium checker for Solidity
2017-03-16 01:48:45 +01:00
LCD 47
9b45d5c4b4
Typo.
2016-10-19 08:43:03 +03:00
LCD 47
81732634df
Bug fix: make :SyntasticInfo print qualified names for foreign checkers.
2016-10-18 23:41:10 +03:00
LCD 47
90e96d445f
Bug fix: handling foreign checkers in "*_checkers" lists.
2016-10-11 11:32:54 +03:00
LCD 47
5044cc699b
New checker for text files: proselint.
2016-10-11 10:57:35 +03:00
LCD 47
753ed1fbe9
Minor fixes.
2016-10-10 22:57:17 +03:00
LCD 47
adf899f1ba
Refcator registry code.
...
It is now possible to run checkers for a filetype different than the
filetype of the current file.
2016-10-09 11:08:06 +03:00
LCD 47
4c4e516e1d
Bug fix: allow checkers to have an empty exec.
2016-10-05 14:47:54 +03:00
LCD 47
75b1095586
Typo.
2016-10-04 23:13:18 +03:00
LCD 47
ee4f39a67d
Minor cleanup.
2016-10-04 23:10:32 +03:00
LCD 47
9648145ab1
Core: cleanup buffer handling (stage 2).
2016-10-04 19:39:26 +03:00
LCD 47
59cc80a8f7
Bug fix: safer checks for deprecated variables.
2016-09-23 06:38:02 +03:00
LCD 47
f4b6c80aef
Bug fix: more auto_loc_list fixes.
2016-09-11 13:22:15 +03:00
LCD 47
8ab26a2268
Bug fix: safer handling of auto_loc_list.
2016-09-11 12:42:04 +03:00
LCD 47
998179747a
Attempted fix for Neovim's setloclist().
2016-09-08 16:53:42 +03:00
LCD 47
557b52fb20
Core: cleanup buffer handling (stage 1).
2016-09-07 19:27:12 +03:00
LCD 47
a0f5b72f14
Core: improve logging.
2016-09-04 10:07:57 +03:00
LCD 47
d50e8c0f6b
Core: make autocommands aware of buffers.
...
Also move "check_on_open" checks to BufEnter. This allows correct
handling of files that specify a non-default filetype in modelines.
2016-08-28 21:16:19 +03:00
Jacob B. Cholewa
4ed3772551
Initial draft of Solidity syntax checker
2016-08-15 17:05:25 +02:00
Peter Wu
0377d09346
New checker for ASL (ACPI Source Language): iasl.
2016-07-31 18:26:08 +03:00
LCD 47
6014bdc57f
Remove checker tsc.
...
Checker "tsc" has been removed, in favour of the external checker
"tsuquyomi" (https://github.com/Quramy/tsuquyomi ).
Reference: #1811
2016-07-26 21:34:04 +03:00
LCD 47
6e467b8930
Log execution times for system() and getLocListRaw().
2016-05-27 07:06:13 +03:00
LCD 47
f280ff2220
Disable all go checkers by default.
...
The "go" checker is a continuing source of problems for "vim-go", which
is better at this game than syntastic anyway.
Reference: https://github.com/fatih/vim-go/issues/814
2016-05-06 00:27:12 +03:00
LCD 47
71208eb69b
Checker rapper: cleanup.
2016-05-05 19:42:00 +03:00
LCD 47
7b46368063
Merge remote-tracking branch 'origin/pr/1743'
2016-04-12 14:46:02 +03:00
LCD 47
d9814c5233
Bug fix: make sure b:syntastic_changedtick is always initialised.
2016-04-12 10:08:47 +03:00
Joshua Downer
4ceba225c8
added pyang.vim to syntax checkers
2016-04-11 20:27:34 -04:00
LCD 47
7e986f142c
Bug fix: prevent autoloclist refresh race condition.
2016-04-07 10:39:07 +03:00
LCD 47
fea5d5240a
Registry: minor cleanup.
2016-03-14 21:50:26 +02:00
LCD 47
0f82191a74
Back off 1de31fa
, as it can break external checkers.
2016-03-08 10:48:49 +02:00
LCD 47
8e9aaa59d5
Minor cleanup.
2016-03-07 07:32:20 +02:00
LCD 47
b9620a60b7
Signs: delay initialisation until actually needed.
2016-03-06 22:33:34 +02:00
LCD 47
1de31fa5e8
Registry: minor optimisation.
2016-02-29 13:06:56 +02:00
LCD 47
871a537e48
Registry: avoid race condition when redirecting to the same filetype.
2016-02-29 12:25:15 +02:00
LCD 47
ed42747560
Jade is now known as Pug. (@acidjazz)
2016-02-20 09:55:42 +02:00
LCD 47
17a4c01236
Checker ghc_mod is on its way out.
2016-01-06 11:33:27 +02:00
LCD 47
dbd761006f
Minor feature: auto_loc_list == 3.
...
When auto_loc_list == 3 the location list will be opened automatically,
but it won't be closed automatically.
2015-12-23 10:47:19 +02:00
LCD 47
e60555de70
Registry: cleaner handling of checker redirections.
...
Redirected checkers no longer need to add
"syntax_checkers/<filetype>/*.vim" to &runtimepath.
Parameters "exec" and "enable" to CreateAndRegisterChecker() are now
inherited from the source checker, but can be overridden in the target
if needed.
2015-12-05 01:54:40 +02:00
Jim Hester
bf60b72f3e
Attempt support for Rmd files
2015-12-04 10:52:21 -05:00
LCD 47
73dd785486
Dockerfile_lint checker: cleanup.
2015-11-27 20:25:28 +02:00
LCD 47
721a42d5ba
Ansible-lint checker: cleanup.
2015-11-15 19:47:34 +02:00