Stephan Seitz
3ff725e654
indents(c): fix ternary
2022-02-05 18:54:55 +01:00
Dundar Göc
cf8ca7ee4e
ci: combine "Compile parsers" steps into a single step
2022-02-05 18:26:06 +01:00
Dundar Göc
4e1a1e1750
ci: combine "Check query files" steps into a single step
2022-02-05 18:26:06 +01:00
Dundar Göc
e18e518751
ci: introduce platform-independent environment variable NVIM
2022-02-05 18:26:06 +01:00
Stephan Seitz
4d552d9fda
injections(yaml): inject at command list for Gitlab script
2022-02-05 18:25:35 +01:00
Stephan Seitz
71cfcff510
injections(yaml): injection on Gitlab's before_script/after_script
2022-02-05 18:25:35 +01:00
Christian Clason
8e780a4c9d
refactor(latex): improve queries ( #2457 )
2022-02-05 16:09:35 +01:00
Uy Ha
c999f9aa13
Rename captures
2022-02-05 00:28:48 +01:00
Uy Ha
2dcfefa9da
Improve set queries
2022-02-05 00:28:48 +01:00
GitHub
0a8842a454
Update lockfile.json
2022-02-04 22:32:21 +01:00
Stephan Seitz
31e33b0e66
injections(latex): add support for minted language injection
2022-02-04 22:15:47 +01:00
Munif Tanjim
11e7ee1d91
fix(indent): lua - support @indent_end ( #2454 )
2022-02-04 22:08:18 +01:00
GitHub
9f69999e2a
Update lockfile.json
2022-02-04 21:24:34 +01:00
kylo252
8980197d61
fix(makefile): scanner.c isn't always available
...
certain parsers like `tree-sitter-go` only contain parser.{c|cc}
2022-02-04 20:35:26 +01:00
github-actions[bot]
4e6cb69114
Update lockfile.json ( #2449 )
...
Co-authored-by: GitHub <noreply@github.com>
2022-02-04 12:06:44 +00:00
dundargoc
f42b8a9d10
ci: make io_print accept nil as input argument ( #2445 )
...
Convert nil to an empty string, which mimicks the behavior of standard
print
2022-02-04 12:02:01 +01:00
github-actions[bot]
aefabaa1d4
Update README ( #2447 )
...
Co-authored-by: Github Actions <actions@github>
2022-02-04 10:42:36 +00:00
Christian Clason
a80c8bc506
chore(latex)!: update parser and queries ( #2436 )
...
BREAKING CHANGE: queries for latex need adaptation
2022-02-04 10:29:46 +00:00
github-actions[bot]
7867d997e7
Update lockfile.json ( #2440 )
...
Co-authored-by: Github Actions <actions@github>
2022-02-04 09:09:24 +00:00
github-actions[bot]
3cfbde4db0
Update README ( #2443 )
...
Co-authored-by: Github Actions <actions@github>
2022-02-03 18:23:04 +00:00
Andrew Helwer
b12c10778c
Updated TLA+ version, queries, maintainers ( #2442 )
2022-02-03 19:12:22 +01:00
Michael Lan
50cf31065c
fix(utils): adjust truncation condition
2022-02-03 08:38:50 +01:00
github-actions[bot]
c9b11ac70c
Update lockfile.json ( #2434 )
...
Co-authored-by: GitHub <noreply@github.com>
2022-02-02 14:18:56 +00:00
Jade Lovelace
c2d2557526
verilog highlight: add some keywords, tidy keywords ( #2432 )
...
* Add a bunch of the OO keywords and some of the more unusual block
delimiter types
* Highlight macromodule like module is.
* Highlight new as seen in constructor declarations like
`class blah; function new(...); ... endfunction endclass`
* Make endfunction a @keyword.function. This matches how lua does it.
* Make tasks @keyword.function: tasks in SystemVerilog are more or less just
impure functions
* Highlight casex/casez like case is currently highlighted (previously
these were not highlighted at all)
* Highlight unique, unique0, priority for constructs like
`unique case (...) ... endcase` and `priority if (...) ...`
2022-02-02 08:13:01 +01:00
github-actions[bot]
c39cd92a14
Update lockfile.json ( #2433 )
...
Co-authored-by: GitHub <noreply@github.com>
2022-02-02 08:12:48 +01:00
github-actions[bot]
647c55cb6f
Update lockfile.json ( #2431 )
...
Co-authored-by: GitHub <noreply@github.com>
2022-02-01 16:55:09 +00:00
github-actions[bot]
31bdadfd95
Update lockfile.json ( #2430 )
...
Co-authored-by: GitHub <noreply@github.com>
2022-02-01 13:44:16 +00:00
github-actions[bot]
fe9705c9bc
Update lockfile.json ( #2428 )
...
Co-authored-by: GitHub <noreply@github.com>
2022-02-01 12:08:21 +00:00
github-actions[bot]
9efd3cbc10
Update lockfile.json ( #2427 )
...
Co-authored-by: GitHub <noreply@github.com>
2022-02-01 11:59:27 +00:00
Michael Härtl
92ce0fc3d5
update(phpdoc) Add scanner.c ( #2426 )
2022-02-01 12:51:31 +01:00
dundargoc
3041e32701
ci: mark automated PRs as draft ( #2413 )
...
The required checks can be initiated by marking the PR as ready for
review.
2022-02-01 09:08:45 +01:00
Dundar Göc
6799824f6b
ci: skip swift check on neovim stable
...
This is meant as a temporary workaround until neovim 0.7 is released.
More context: https://github.com/nvim-treesitter/nvim-treesitter/issues/2313#issuecomment-1025258357
2022-01-31 23:05:51 +01:00
GitHub
51a09ce8a2
Update lockfile.json
2022-01-31 21:31:33 +01:00
Dundar Göc
10989cde1b
ci: prefer io.write instead of print to have full control of output
...
This should prevent different output formats on windows and unix.
2022-01-31 21:17:33 +01:00
Christian Clason
05c963602b
chore: format with stylua 0.12.0 ( #2421 )
2022-01-31 10:50:30 +01:00
Clay
083aee0873
Support HEEx slots
2022-01-31 09:19:01 +01:00
Dundar Göc
efedf3510a
ci: add folds to CI output to better group related information
2022-01-30 22:52:10 +01:00
Christian Clason
ab29010c5b
ci: only fix major version of vulnerable action ( #2411 )
...
also bump checkout to v2 everywhere
2022-01-30 19:03:07 +01:00
github-actions[bot]
d47df1813a
Update lockfile.json ( #2409 )
...
Co-authored-by: GitHub <noreply@github.com>
2022-01-30 15:59:06 +01:00
Stephan Seitz
49f910e9f2
highlights(d): highlight ":"
2022-01-30 11:10:08 +01:00
GitHub
74feb7f6d4
Update lockfile.json
2022-01-30 10:11:14 +01:00
Stephan Seitz
fa8172ffb4
highlights(lua): don't highlight arguments as parameters
2022-01-30 09:55:48 +01:00
GitHub
cc89dda241
Update lockfile.json
2022-01-30 00:00:01 +01:00
Stephan Seitz
7049a66b54
health: check which file caused an error
2022-01-29 23:45:32 +01:00
github-actions[bot]
5e3a93f365
Update README ( #2399 )
...
Co-authored-by: Github Actions <actions@github>
2022-01-29 18:57:28 +01:00
github-actions[bot]
ab710054f2
Update lockfile.json ( #2400 )
...
Co-authored-by: GitHub <noreply@github.com>
2022-01-29 17:56:09 +00:00
Stephan Seitz
7289e801f7
highlights(vala): add "=" and ":" to highlights
2022-01-29 18:43:44 +01:00
Mateus B. Melchiades
461da95b7b
Add brackets to Vala highlights
2022-01-29 18:43:44 +01:00
Mateus B. Melchiades
cb7ea44a7b
Update Vala highlights
2022-01-29 18:43:44 +01:00
Mateus B. Melchiades
3f046500ae
Simplify vala highlights.scm
2022-01-29 18:43:44 +01:00