Commit graph

1039 commits

Author SHA1 Message Date
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
Stephan Seitz
06660a73a7 Fix: Allow repo.url to end in ".git" 2021-03-02 12:46:43 -05:00
Stephan Seitz
c1a821b71f Update query parser (; in strings) 2021-03-02 16:55:18 +01:00
Github Actions
c1b4d09d4b [docgen] Update README.md
skip-checks: true
2021-03-02 16:55:18 +01:00
Stephan Seitz
1df50b3435 Fix #972: Add tar-download support for Gitlab 2021-03-02 16:55:18 +01:00
Stephan Seitz
866f39bb71 highlights(c): update declaration and cast_expression 2021-03-02 16:55:18 +01:00
GitHub
22f3203adf Update lockfile.json 2021-03-02 16:55:18 +01:00
Brian Shu
d162a83d82 removed duplicate 2021-03-01 23:35:25 +01:00
Brian Shu
8b4d267677 changed toml and query 2021-03-01 23:35:25 +01:00
Brian Shu
7ffcaf4ee8 fixed rust match indents 2021-03-01 23:35:25 +01:00
elianiva
0bf8f58cd2 feat: use @ignore for comments and multiline strings 2021-03-01 23:28:53 +01:00
Github Actions
1297e4f1b1 [docgen] Update README.md
skip-checks: true
2021-03-01 20:06:40 +01:00
kiyan
21799c9ed6 fix: add used_by in parser setter 2021-03-01 20:06:40 +01:00
Fabian Viöl
34bb66c48f Add 'register' as c-keyword
See https://en.wikipedia.org/wiki/Register_(keyword)
2021-03-01 09:12:44 -05:00
Stephan Seitz
e22b5ee6ef highlights(glimmer): add copyright note 2021-03-01 01:02:09 +01:00
NullVoxPopuli
cb2de4e172 add back delimiter 2021-03-01 01:02:09 +01:00
NullVoxPopuli
90415552c0 Copy highlights suggestion from @theHamsta 2021-03-01 01:02:09 +01:00
NullVoxPopuli
4868c2117f Add branch to glimmer config 2021-03-01 01:02:09 +01:00
NullVoxPopuli
3568e54669 Add glimmer parser 2021-03-01 01:02:09 +01:00
NullVoxPopuli
35369de25a Support the glimmer parser when the hbs template literal tag is used 2021-03-01 01:02:09 +01:00
Pau Ruiz Safont
731998199f ocaml, ocaml_interface: update to latest parser
Allows parsing quoted strings to have other nodes inside.
2021-02-28 22:32:07 +01:00
Pau Ruiz Safont
0df1803056 highlights(ocaml): change order or captures
This because the later captures have more priority in neovim, not less
like in upstream.

This fixes highlighting highlighting for let* and +, for example.
2021-02-28 22:32:07 +01:00
Pau Ruiz Safont
633b42b2a2 highlights(ocaml): add unit and pretty_printing_indication 2021-02-28 22:32:07 +01:00
elianiva
1bbcd2fbc2 svelte: also capture src as text.uri 2021-02-28 14:01:54 -05:00
kiyan
9d57216c0d chore: remove useless code and indent files 2021-02-27 13:36:33 +01:00
Santos Gallegos
91a89aa408 HTML: capture src attributes as text.uri 2021-02-26 07:45:59 +01:00
jghauser
b0e1520f47 Add inline html comments 2021-02-25 13:42:25 +01:00
Cédric Barreteau
f68567f7e2 ledger: update highlights 2021-02-23 22:34:59 +01:00
elianiva
25bb379a05 fix: missing erroneous end tag 2021-02-23 16:27:16 +01:00
elianiva
72d38fc44b refactor: use eq 2021-02-23 16:27:16 +01:00
elianiva
17a74e2055 feat: improved highlight + injections, cc @stsewd 2021-02-23 16:27:16 +01:00
Github Actions
46463fe53a [docgen] Update README.md
skip-checks: true
2021-02-23 16:27:16 +01:00
elianiva
a73e200abf feat: add support for svelte 2021-02-23 16:27:16 +01:00
kiyan
2d82a7fe07 add do statement to lua indents 2021-02-23 00:28:43 +01:00