delphinus
00f4f4d985
Add lacked highlight link defined in highlight.lua
2020-12-20 17:16:19 +09:00
Santos Gallegos
1ad1f3b35a
Python: fix self highlighing
2020-12-18 20:33:04 +01:00
Kassio Borges
a5f2970d7a
Add more ruby built-in constants
2020-12-18 17:10:14 +01:00
Evan
01baa52899
Update indents.scm
2020-12-18 16:42:05 +01:00
Evan
c200de65aa
Create indents.scm for python
2020-12-18 16:42:05 +01:00
Steven Sojka
e602f1b22b
fix(query): add noop handler for make-range
2020-12-18 16:40:58 +01:00
theHamsta
42ca4a4c07
Update lockfile.json
2020-12-17 00:50:25 +01:00
Corey Williamson
cfc68f929c
Update for teal-0.9
2020-12-17 00:44:01 +01:00
El Piloto
775021cbd5
Remove duplicate capture for function_definition
2020-12-16 11:44:39 +01:00
El Piloto
6182c2b0a6
Capture anonymous functions assigned to variables
...
Closes https://github.com/nvim-treesitter/nvim-treesitter/issues/709
2020-12-16 11:44:39 +01:00
Senghan Bright
d3180720f1
fix: support shiftwidth for indents.
2020-12-16 11:43:03 +01:00
Stephan Seitz
5f20329e96
Ruby highlights: Unify call and method_call (follow tree-sitter-ruby)
2020-12-16 10:08:50 +01:00
kyazdani42
74d3d815b6
Update lockfile.json
2020-12-16 10:08:50 +01:00
Thanabodee Charoenpiriyakij
48cb5b7d16
editorconfig: set tab_width to 2 for lua files
2020-12-16 09:41:37 +01:00
theHamsta
e22b109a1f
Update lockfile.json
2020-12-14 07:46:18 +01:00
Stephan Seitz
b4d91a340e
Bash highlights: reset highlighting in expansion
2020-12-14 07:38:38 +01:00
theHamsta
a5baf151bd
Update lockfile.json
2020-12-13 11:20:40 +01:00
Jonathan
7a193b51bd
Fix doc typo
2020-12-13 11:14:05 +01:00
Dave Lage
ff1c77b206
Javascript unary expression ( #712 )
...
* javascript: Move unary_expression matching.
* javascript: Move unary_expression matching.
* javascript: Update unary to operator
* javascript: Update qnary to be more specific
2020-12-12 14:47:09 -06:00
kyazdani42
96e86eab80
Update lockfile.json
2020-12-12 19:22:34 +01:00
Stephan Seitz
b42d1db82d
Update lockfile
2020-12-12 19:04:43 +01:00
Github Actions
d8f75f0b09
[docgen] Update README.md
...
skip-checks: true
2020-12-12 19:04:43 +01:00
Stephan Seitz
6142223557
Add fix for vim.fn.executable(vim.NIL)
...
This might be a hard error in future:
https://github.com/neovim/neovim/issues/13485
7bb4e74c38
2020-12-12 15:25:27 +01:00
rockerBOO
9279ff5065
go: Add package_identifier as variable
2020-12-10 23:56:01 +01:00
Github Actions
e3ae100faf
[docgen] Update README.md
...
skip-checks: true
2020-12-10 18:51:08 +01:00
Stephan Seitz
a5a268df27
Pin Erlang parser
2020-12-10 18:51:08 +01:00
Okan Esen
41ddc39f86
fix erlang parser installation
2020-12-10 17:30:48 +01:00
Leandro Ostera
14c687a6bb
Add Erlang parser to list
2020-12-10 11:18:17 +01:00
Luis Carlos Cruz Carballo
76486942e7
Allow user configure parsers using metatables
2020-12-09 19:11:41 +01:00
Stephan Seitz
a47c83d12d
Update Elm parser
...
No new nodes only a fix for trailing spaces
2020-12-09 12:30:10 +01:00
li
66d35f9357
fix: find parsers correctly
...
Explicitely installed parsers will not be found implicitely
2020-12-09 08:46:59 +01:00
Stephan Seitz
b090476aa4
Update ruby parser
...
- Fix handling of multi-line interpolations within heredocs
- Add operator field name to operator_assignment
2020-12-08 20:13:14 +01:00
Stephan Seitz
dcb66b5a13
Update ruby parser
...
Includes fixes for float rationals and keyword parameters
2020-12-08 20:13:14 +01:00
rockerBOO
d8d90909a9
typo
2020-12-07 21:50:47 +01:00
rockerBOO
3a337e0b3c
cleanup: Add additional context
2020-12-07 21:50:47 +01:00
rockerBOO
913261739d
Add TSComment to docs
2020-12-07 21:50:47 +01:00
rockerBOO
07e86b1553
docs: Update docs for missing groups, re-order alphabetically
2020-12-07 21:50:47 +01:00
Stephan Seitz
3727be629c
Remove 'CI' guard (we can have now the newest version of nvim again)
2020-12-07 13:30:45 +01:00
Stephan Seitz
939d2e574e
Pin kotlin parser
2020-12-06 23:25:33 +01:00
Tormod Alf Try Tufteland
855df2d0cc
type and identifer defaults. fixed const keyword
2020-12-06 15:08:51 +01:00
Tormod Alf Try Tufteland
e63f81ec0a
@annotation -> @attribute
2020-12-06 15:08:51 +01:00
Tormod Alf Try Tufteland
c071454a18
add more builtin functions
2020-12-06 15:08:51 +01:00
Tormod Alf Try Tufteland
18fadcfd4b
add readme and more correct highlight captures
2020-12-06 15:08:51 +01:00
Tormod Alf Try Tufteland
558d938c2e
move divide to punctiation.special
2020-12-06 15:08:51 +01:00
Tormod Alf Try Tufteland
d90a4621a3
add kotlin parser and highligh-queries
2020-12-06 15:08:51 +01:00
Kassio Borges
b8bbfceca7
Add some ruby exception keywords
2020-12-05 22:49:42 +01:00
Stephan Seitz
407ff057db
Update Ruby parser
2020-12-03 22:24:48 +01:00
Stephan Seitz
c76709fd36
Update Teal queries and parser
2020-12-03 21:13:02 +01:00
Stephan Seitz
6823adf458
Update lockfile.json (Ruby, Elm)
2020-12-03 21:13:02 +01:00
Thanabodee Charoenpiriyakij
37da1c0a30
css: add indent support
2020-12-03 14:32:59 +01:00