Stephan Seitz
6ef19f9d9d
ci(tests): download highlight-assertions for faster CI
...
This avoids any Rust build dependencies.
2022-02-19 12:20:22 +01:00
GitHub
85b0dea0bf
Update lockfile.json
2022-02-19 11:31:28 +01:00
Christian Clason
5e116977e0
fix(latex): update parser and query ( #2547 )
2022-02-19 11:22:25 +01:00
github-actions[bot]
2298a75844
Update lockfile.json ( #2535 )
...
Co-authored-by: GitHub <noreply@github.com>
2022-02-16 16:40:26 +00:00
Christian Clason
3c363ebd26
fix(latex): some highlight query fixes ( #2534 )
...
* add \caption to @function
* only highlight contents of curly text groups in references
2022-02-16 17:29:56 +01:00
github-actions[bot]
32eb167875
Update README ( #2532 )
...
Co-authored-by: Github Actions <actions@github>
2022-02-15 18:23:36 +00:00
github-actions[bot]
1dd659471f
Update lockfile.json ( #2530 )
...
Co-authored-by: GitHub <noreply@github.com>
2022-02-15 18:14:47 +00:00
Connor Lay (Clay)
0fbb268b07
Add myself as maintainer of Elixir, Gleam queries
2022-02-15 19:01:02 +01:00
Connor Lay (Clay)
00dce44780
Gleam highlight tests
2022-02-15 19:01:02 +01:00
Connor Lay (Clay)
b62750e328
Gleam indentation tests
2022-02-15 19:01:02 +01:00
Connor Lay (Clay)
4a5720332d
Highlight Gleam bitstrings
2022-02-15 19:01:02 +01:00
Connor Lay (Clay)
49e1805e08
Add Gleam injections
2022-02-15 19:01:02 +01:00
Connor Lay (Clay)
da6132ebbe
Add Gleam indents
2022-02-15 19:01:02 +01:00
Connor Lay (Clay)
ce7aaa6720
Add Gleam folds
2022-02-15 19:01:02 +01:00
Connor Lay (Clay)
eb4ccc65e9
Add Gleam locals
2022-02-15 19:01:02 +01:00
Connor Lay (Clay)
4e90279821
Add Gleam highlights
2022-02-15 19:01:02 +01:00
Connor Lay (Clay)
84354f991a
Add Gleam parser
2022-02-15 19:01:02 +01:00
Dundar Göc
f476df31af
ci: rename workflows and jobs to be more consistent
2022-02-14 19:15:17 +01:00
github-actions[bot]
7c6014df2e
Update lockfile.json ( #2529 )
...
Co-authored-by: GitHub <noreply@github.com>
2022-02-14 11:22:49 +00:00
github-actions[bot]
cf0ee44fc1
Update lockfile.json ( #2528 )
...
Co-authored-by: GitHub <noreply@github.com>
2022-02-14 09:16:11 +00:00
GitHub
3e99302082
Update lockfile.json
2022-02-14 08:09:07 +01:00
github-actions[bot]
f7e9caa65d
Update lockfile.json ( #2525 )
...
Co-authored-by: GitHub <noreply@github.com>
2022-02-13 16:24:54 +00:00
traxys
ca64d8b028
feat: add lalrpop parser ( #2524 )
...
LALRPOP is a parser generator for Rust. This only parses the LALRPOP
side of the generator, not the nearly-rust code of the actions.
2022-02-13 16:18:41 +00:00
Stephan Seitz
6e7c8c4fed
tests: add failing test for incomplete arguments
2022-02-13 12:19:54 +01:00
Stephan Seitz
3fbf280e34
indents(php): don't use aligned_indent for php
...
Fixes #2497
2022-02-13 12:19:54 +01:00
badhi
503c99d766
typo fix
2022-02-13 10:39:55 +01:00
badhi
738a0136dd
added doc for setup_command
2022-02-13 10:39:55 +01:00
badhi
0b10e96e0e
Fixed formatting
2022-02-13 10:39:55 +01:00
badhi
763e0e43f7
Added extra argument to setup commands so that user can change the function args types
2022-02-13 10:39:55 +01:00
github-actions[bot]
a13b40248a
Update lockfile.json ( #2517 )
...
Co-authored-by: GitHub <noreply@github.com>
2022-02-12 09:21:16 +00:00
Mateus B. Melchiades
6e29323007
Add missing punctuation in vala's highlight
2022-02-11 18:24:39 +01:00
Mateus Melchiades
ad1bc3577c
Improve Vala syntax highlight
2022-02-11 18:24:39 +01:00
github-actions[bot]
391bdccdf0
Update lockfile.json ( #2514 )
...
Co-authored-by: GitHub <noreply@github.com>
2022-02-11 18:24:24 +01:00
kiyan
97cc325a17
doc: add information about lua-heredoc
2022-02-11 10:42:03 +01:00
kiyan
cf21576b0c
chore: update init.vim refs to init.lua
2022-02-11 10:42:03 +01:00
kiyan
2e67eace75
chore: remove lua heredocs in documentation and readme
2022-02-11 10:42:03 +01:00
github-actions[bot]
708b4e4cac
Update lockfile.json ( #2512 )
...
Co-authored-by: GitHub <noreply@github.com>
2022-02-11 09:36:01 +00:00
github-actions[bot]
b291c74923
Update lockfile.json ( #2508 )
...
Co-authored-by: GitHub <noreply@github.com>
2022-02-10 09:15:48 +01:00
Connor Lay (Clay)
5045086793
Fix Elixir indents to match mix format
2022-02-10 07:24:08 +01:00
Fabian Viöl
4990db79a8
highlights(cpp): Highlight method with nested qualified_identifier
...
so that methods like these are correctly highlighted
```cpp
class A {
class B {
void foo();
};
};
void A::B::foo() {
// ^^^
}
```
This only increases the nesting level by one.
AFAIK abritrary nesting is difficult to do with current queries.
But this nesting is a pretty common case
2022-02-09 21:35:00 +01:00
Stephan Seitz
b9c6f3ed45
fix(makefile): add forgotten CXX_STANDARD again
2022-02-09 21:34:14 +01:00
MDeiml
7e3b06df71
Only allow yaml at start of file
2022-02-09 21:25:31 +01:00
GitHub
1b74deaa32
Update lockfile.json
2022-02-09 09:40:57 +01:00
github-actions[bot]
c79901e23a
Update lockfile.json ( #2495 )
...
Co-authored-by: GitHub <noreply@github.com>
2022-02-08 23:01:55 +00:00
Stephan Seitz
5639b74db0
chore(makefile): apply fixes to original makefile
2022-02-08 23:37:59 +01:00
Stephan Seitz
81f2a5d702
fix(makefile): fallback to c++14 when parser does not have cxx_standard set
2022-02-08 23:37:59 +01:00
Stephan Seitz
6599887899
fix: revert to basic makefile where all variables are set by Lua
...
Fixes #2463
2022-02-08 23:37:59 +01:00
Stephan Seitz
6c9b80d73c
fix: -Os should be used during compilation phase in makefile
2022-02-08 23:37:59 +01:00
GitHub
b1ef403322
Update lockfile.json
2022-02-08 17:13:37 +01:00
Pierrick Guillaume
c867d483a5
add(vim): add highlight for more keywords
2022-02-08 16:27:40 +01:00