Commit graph

798 commits

Author SHA1 Message Date
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
Stephan Seitz
ab808e8495 Fixup jq 2020-11-30 11:19:22 +01:00
Stephan Seitz
740f36b81d Pretty print lockfile.json 2020-11-30 11:19:22 +01:00
Stephan Seitz
3b3c0098a6 Fix update-parsers workflow 2020-11-30 11:19:22 +01:00
Stephan Seitz
e8788c52e5 Add "Update parsers workflow" 2020-11-30 11:19:22 +01:00
Stephan Seitz
b3a3403e25 Update Python queries 2020-11-30 11:19:22 +01:00
Stephan Seitz
47fae4eff8 Update teal queries 2020-11-30 11:19:22 +01:00
Stephan Seitz
9cfcae6a9c Update lockfile 2020-11-30 11:19:22 +01:00
Bryan Kegley
3f617edd50 graphql: add missing highlights
* enum values
* comment
* input parameters
* 'implements' keyword
* include '@' in directive name
* fragment definition and spread
2020-11-30 11:17:44 +01:00
Stephan Seitz
382e09aa56 Fix #724: Add (initializer_list) to C folds 2020-11-30 11:13:20 +01:00
Luis Carlos Cruz Carballo
7cea298144 graphql: add injection to javascript and add comment query 2020-11-29 20:20:04 +01:00
Wilman Barrios
565ab1a1bd Fix typo in README 2020-11-29 18:54:19 +01:00
Github Actions
5e36ed35f0 [docgen] Update README.md 2020-11-29 16:37:09 +01:00
Stephan Seitz
bb4e2710f8 Add hint to use :TSUpdate as post-update-hook 2020-11-29 16:37:09 +01:00
Stephan Seitz
bdabf38a59 Fix: Print message when TSUpdate has nothing to do 2020-11-29 16:37:09 +01:00
rockerBOO
299b874d2f typescript: Use javascript shorthand_property_identifier 2020-11-27 22:20:32 +01:00
rockerBOO
a0b2fab978 javascript: Mark shorthand_property_identifier as variable 2020-11-27 22:20:32 +01:00
Bryan Kegley
322a4690c5 graphql: add highlights 2020-11-27 14:06:27 +01:00
Bryan Kegley
4cc4c6f8b1 feat: add graphql grammar 2020-11-27 14:06:27 +01:00
Thomas Vigouroux
faac62c2d1 Update bug report to add update informations 2020-11-27 08:42:05 +01:00
Christian Clason
4a779c483b add TOC to readme 2020-11-25 22:35:20 +01:00
Christian Clason
5f06bc2f1b restructure readme 2020-11-25 22:35:20 +01:00
Christian Clason
6ac8e78304 move advanced explanation to the end 2020-11-25 22:35:20 +01:00
Christian Clason
1bd090e101 restructure explanation 2020-11-25 22:35:20 +01:00
Christian Clason
29762cffac slight edit 2020-11-25 22:35:20 +01:00
Christian Clason
7a9b48fa4e expand explanation of TSUpdate 2020-11-25 22:35:20 +01:00
Christian Clason
efb75b0e01 explain how to add unsupported parsers 2020-11-25 22:35:20 +01:00
Thomas Vigouroux
d5a8ff94cd lua: update to pull shebang fix 2020-11-25 21:47:38 +01:00