Commit graph

1072 commits

Author SHA1 Message Date
Stephan Seitz
dbeebe94d8 Dart, Svelte no longer requires_generate_from_grammar 2021-03-16 18:52:43 +01:00
Stephan Seitz
0b67258711 Downgrade glimmer to the 0.19.0 version 2021-03-16 18:52:43 +01:00
Stephan Seitz
0894b5d0bd Fix C++ locals 2021-03-16 18:52:43 +01:00
Stephan Seitz
fac9fef397 Update jsonc to 0.19.0 2021-03-16 18:52:43 +01:00
Stephan Seitz
d727fffe41 Use installed parsers in CI check 2021-03-16 18:52:43 +01:00
Stephan Seitz
28bc7a0703 Skip parsers in query check that are not installed 2021-03-16 18:52:43 +01:00
Github Actions
4b0ba7781f [docgen] Update README.md
skip-checks: true
2021-03-16 18:52:43 +01:00
Stephan Seitz
49f2b33687 Fix fennel queries 2021-03-16 18:52:43 +01:00
Stephan Seitz
85d7d810cb Remove verilog parser 2021-03-16 18:52:43 +01:00
Stephan Seitz
6cf578084d Remove invalid dart query 2021-03-16 18:52:43 +01:00
Stephan Seitz
4af5fef1d9 Fixup CI 2021-03-16 18:52:43 +01:00
Stephan Seitz
6cd211f647 Mark several invalid queries 2021-03-16 18:52:43 +01:00
Stephan Seitz
e3a863bd1c Fix readonly keyword in typescript 2021-03-16 18:52:43 +01:00
Stephan Seitz
c7e8f76f3c Fix invalid node type in CSS queries 2021-03-16 18:52:43 +01:00
Stephan Seitz
f134df49e9 Add ocamllex to needs_generate 2021-03-16 18:52:43 +01:00
Stephan Seitz
3cc57cd3fa Fix clojure 2021-03-16 18:52:43 +01:00
Stephan Seitz
080b6476fe Fix ocaml queries 2021-03-16 18:52:43 +01:00
Stephan Seitz
c573cdd0a9 Add CI hack 2021-03-16 18:52:43 +01:00
Stephan Seitz
4395783990 Update ubuntu-20 2021-03-16 18:52:43 +01:00
Stephan Seitz
626d1b9192 CI CI CI 2021-03-16 18:52:43 +01:00
Github Actions
b338392204 [docgen] Update README.md
skip-checks: true
2021-03-16 18:52:43 +01:00
Stephan Seitz
719329f6b4 Add NPM for now to Ubuntu CI 2021-03-16 18:52:43 +01:00
Stephan Seitz
532a369b32 Mark parsers with NPM dependency 2021-03-16 18:52:43 +01:00
Stephan Seitz
fcb6d74b6b Make parsers that require "TSGenerateFromGrammar" 2021-03-16 18:52:43 +01:00
Stephan Seitz
1f9ca9664b Update parsers 2021-03-16 18:52:43 +01:00
Stephan Seitz
a2f524887c Remove some broken queries 2021-03-16 18:52:43 +01:00
Stephan Seitz
9b6b2543e8 Allow multiple errors in CI 2021-03-16 18:52:43 +01:00
Stephan Seitz
e32029460d CI: Remove JS hack 2021-03-16 18:52:43 +01:00
Stephan Seitz
de829ce5fc Update lockfile 2021-03-16 18:52:43 +01:00
GitHub
6797c622a5 Update lockfile.json 2021-03-16 18:52:43 +01:00
echasnovski
51c7e9d785 Add definition.parameter query to 'r/locals.scm'. 2021-03-16 18:52:43 +01:00
echasnovski
702114270b Update queries for R language. 2021-03-16 18:52:43 +01:00
Github Actions
800df0cf42 [docgen] Update README.md
skip-checks: true
2021-03-16 18:52:43 +01:00
echasnovski
773ec8eefc Add support for R language. 2021-03-16 18:52:43 +01:00
Yuki Ito
df81a91ba9 go: add builtin functions 2021-03-16 17:45:29 +01:00
Ivo Dancet
11ede1c0d2 folds support and somewhat better indents for ruby 2021-03-15 19:54:30 +01:00
Santos Gallegos
065ff440d4 Rust: add mod_item to folds 2021-03-15 19:23:59 +01:00
Rohit Pradhan
0e3dd8d3fa Rust: Add variable and closure parameter highlights 2021-03-15 19:02:39 +01:00
Rohit Pradhan
0bab8e56b2 Ecma: Highlight single-argument callback parameter 2021-03-15 19:02:39 +01:00
Santos Gallegos
e4083fc8e1
Add comment parser to highlight comment tags (#893)
Closes #236
2021-03-12 11:21:46 -05:00
kiyan
3b8c2ea492 chore: create ecma base for use in js and ts which fixes jsx issues 2021-03-10 17:34:11 +01:00
bitcoder
ec41db9511 update tips in healthcheck 2021-03-09 00:45:50 +01:00
bitcoder
7760f08658 add treesitter version in checkhealth 2021-03-09 00:45:50 +01:00
Lewis Russell
f41459b300 teal: Add C language injection for FFI 2021-03-09 00:45:02 +01:00
elianiva
d0ea01bed9 feat(dart): add indents 2021-03-08 23:13:27 +01:00
Jozef Grajciar
2f60b43c0f Add CI for testing parsers compilation 2021-03-04 19:58:58 +01:00
Jozef Grajciar
c7422dd257 Add Windows support for cl.exe
Co-authored-by: Stephan Seitz <stephan.seitz@fau.de>
2021-03-04 19:58:58 +01:00
Dennis B
a74da044a8 Highlight Julia symbol expressions as TSSymbol 2021-03-04 06:19:40 +01:00
Dennis B
aca33c0aca [highlights] Add TSSymbol highlight group
Addresses issue #892

Ruby and Dart literal symbols will now be highlighted by the new
TSSymbol highlight group, which itself will, by default, link to the Vim
Identifier highlight group. Vim theme authors can then set their
TSSymbol colors.

Symbol highlighting can apply to a number of languages as noted in the
following Wikipedia page: https://en.wikipedia.org/wiki/Symbol_(programming)

Not just for Ruby and Dart.
2021-03-04 06:19:40 +01:00
Github Actions
b5be7303b7 [docgen] Update README.md
skip-checks: true
2021-03-02 12:46:43 -05:00