Commit graph

1623 commits

Author SHA1 Message Date
Santos Gallegos
70b43fbe21 CI: fix update lockfile job
Ref https://github.com/nvim-treesitter/nvim-treesitter/pull/1661#issuecomment-894722369
2021-08-08 14:50:36 +02:00
Munif Tanjim
6ed86a8516
feat: allow 'revision' override in parser config (#1661) 2021-08-07 18:23:11 -05:00
GitHub
81305705e1 Update lockfile.json 2021-08-06 15:03:57 +02:00
GitHub
d166508686 Update lockfile.json 2021-08-06 14:43:10 +02:00
Luxed
d8d5e4eb81 fix(c_sharp): Improve highlights 2021-08-06 11:08:30 +02:00
Luxed
e56a393c4b feat(c_sharp): Simplify folds by only folding blocks of code instead of
folding the methods and their attributes
2021-08-06 11:08:30 +02:00
Luxed
3110e0f7cd feat(c_sharp): Add first draft of locals 2021-08-06 11:08:30 +02:00
Gregory Anders
c34189fee3 Add zig ftdetect file 2021-08-06 10:54:00 +02:00
maxxnino
d5116feefd highlights(zig): function return type, var decl type 2021-08-04 11:07:59 +02:00
maxxnino
cb5059e68f highlights(zig): highlight enum,union,error and custom number type
* highlight enum field as a constant
 * highlight cImport and constructor
 * highlight else_switch

enum constant
2021-08-04 11:07:59 +02:00
Github Actions
bc5c5c0268 [docgen] Update README.md
skip-checks: true
2021-08-03 21:45:16 -05:00
Munif Tanjim
35a8fe5a81 fix: query_predicate - nth 2021-08-03 21:45:16 -05:00
Sergio Alejandro Vargas
50a77bbc22 highlights(lua): Organize function_call queries 2021-08-02 15:52:56 +02:00
Sergio Alejandro Vargas
0ed69e50a8 highlights(lua): Fix method calls
The usual `function_call` query would highlight the objects at the
beginning of a method call. The `method` query has to account for this,
and highlight the identifier as a variable again.
2021-08-02 15:52:56 +02:00
GitHub
4c64b3283d Update lockfile.json 2021-08-02 15:44:52 +02:00
Stephan Seitz
f96c409e3d Update teal highlights 2021-08-02 15:20:07 +02:00
GitHub
cb8274bef7 Update lockfile.json 2021-08-02 15:20:07 +02:00
Connor Lay (Clay)
6944173e87
Feature: Add Surface language and integrate with Elixir (#1645)
* Add initial surface highlights & injections

* Additional surface highlights

* Filetype detection, fix injections

* Fix Elixir function highlight when left is an identifier

* Add surface parser

* Fix comment highlights

* Surface folds, indents, better highlights

* Highlight surface components & directives

* Restore comments Elixir injections
2021-08-01 19:09:41 +00:00
Santos Gallegos
8ab1a5e5f7 CI: don't require to have parsers installed to check for injections 2021-08-01 13:16:38 -05:00
leo60228
1dea3928a2 add compound_lit.c test 2021-08-01 11:01:47 +02:00
leo60228
1a4b5da758 Indent C compound_literal_expression 2021-08-01 11:01:47 +02:00
Stephan Seitz
59887fbf33 Use node action 2021-07-31 19:57:08 +02:00
Tae Sandoval
950932f0c2 Add some missing ftdetect files 2021-07-30 14:35:32 -05:00
Github Actions
dedd74ebdb [docgen] Update README.md
skip-checks: true
2021-07-29 21:09:54 +02:00
Pierre Poupin
8af9fdedb3 feature: add gdresource ftdetect 2021-07-29 21:09:54 +02:00
Pierre Poupin
605d71ecd3 feature: make godotResource compatible with gdresource filetype 2021-07-29 21:09:54 +02:00
Github Actions
53fc867f0a [docgen] Update README.md
skip-checks: true
2021-07-29 07:34:15 +02:00
Pierre Poupin
670275de30 feature: add godotResource queries 2021-07-29 07:34:15 +02:00
Stephan Seitz
9e147d2356 highlights(clojure): fix highlighting of #_
Fix https://github.com/sogaiu/tree-sitter-clojure/issues/14
2021-07-25 18:06:50 +02:00
GitHub
296fe9b861 Update lockfile.json 2021-07-24 21:20:26 +02:00
Tomas Sandven
65a059b34d Update YANG parser revision and highlights query 2021-07-23 17:56:45 +02:00
GitHub
05423e75c5 Update lockfile.json 2021-07-22 21:26:51 +02:00
Mark Ellis
3a9aa6fe88 added very basic HCL indentation support 2021-07-22 19:48:07 +02:00
Hennadii Chernyshchyk
380b49e326 Remove regex for field 2021-07-22 00:03:48 +02:00
mads kjeldgaard
d4c645c4d9
recurse_local_nodes: type check local_def to ensure it is a table (#1331) 2021-07-21 16:31:55 -05:00
Simon Hauser
e473630fe0 fix: make additional_vim_regex_highlighting actually accept a list 2021-07-20 09:36:22 +02:00
GitHub
091462592f Update lockfile.json 2021-07-20 08:54:56 +02:00
Stephan Seitz
182efd525c injections(cuda): add injections.scm 2021-07-20 08:32:58 +02:00
Stephan Seitz
c4a6d93408 highlights(cuda): add support for __launch_bounds__ 2021-07-20 08:32:34 +02:00
GitHub
61e87b2f9c Update lockfile.json 2021-07-19 23:49:33 +02:00
Stephan Seitz
f5c318f341 Change install command on Mac
Fixes #1600
2021-07-19 21:28:32 +00:00
David Hotham
368a016c15 YANG fold on blocks 2021-07-19 20:22:00 +00:00
Duarte OC
eccf3eb014 Update README.md 2021-07-19 19:56:42 +00:00
Duarte OC
b8408203b8 Updated TSInstall example command.
When getting set up, the current instructions make me think I have to write `:TSInstall {'python'}`, when the correct command is `TSInstall python`

Let me know if this makes sense 😄
2021-07-19 19:56:42 +00:00
Laurence Tratt
37a220526d "-z" needs to come before "-f". 2021-07-19 21:51:33 +02:00
Laurence Tratt
968ce80c99 Add -z switch to tar.
Some versions of tar automatically infer `-z` if a `.gz` (or other compressed
extension) file is passed -- but some, including OpenBSD's, don't do this and
require an explicit `-z`. As far as I know, any version of tar which
automatically unzips files supports `-z` so this should be a backwards
compatible change for most versions of tar.
2021-07-19 21:51:33 +02:00
GitHub
f12790c5d7 Update lockfile.json 2021-07-19 21:50:26 +02:00
26797767+krnik
8df19b91ad Update transferred fish repo info 2021-07-19 21:27:07 +02:00
Thomas Vigouroux
20b5dd9893 docs: notify about 0.5-compat in the readme 2021-07-19 21:12:54 +02:00
Oliver Marshall
17cf76de8a Don't capture quotes as comments 2021-07-19 16:24:01 +00:00