Commit graph

785 commits

Author SHA1 Message Date
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
Dave Lage
9dd0e3b456
javascript: Add operator to / for division (#689) 2020-11-25 14:37:18 -06:00
Stephan Seitz
1bfffb11fd CI: Fix update-readme.yml 2020-11-25 08:04:54 +01:00
Stephan Seitz
96f854717b CI: Add nvim.appimage to .gitignore 2020-11-25 08:04:54 +01:00
Stephan Seitz
25bf605940 Only update outdated_parsers on TSUpdate 2020-11-25 08:04:54 +01:00
elianiva
118ace68fe feat(injections): add injections to HTML 2020-11-24 13:27:49 +01:00
shirasaka
1b7cfc1b71 Add injections to PHP 2020-11-24 08:03:16 +01:00
Thomas Vigouroux
809b95ddb1 lua: fix "then" highlighting 2020-11-23 23:17:28 +01:00
Stephan Seitz
8c4eb15886 Python highlights: Fix #688 (definition.associated -> field) 2020-11-23 21:45:05 +01:00
Thomas Vigouroux
90d6ef96d2 fix(injections): update to new API 2020-11-23 21:08:09 +01:00
Stephan Seitz
fccc159b48 fix: make version check work on non-CI environments 2020-11-23 20:09:04 +01:00
Thomas Vigouroux
808765a6c8
fix: update interface following languagetree merge (#687) 2020-11-23 12:46:27 -06:00
Dave Lage
3c07232d07
javascript: : in pairs as punctuation.delimiter (#684)
* javascript: : in pairs as punctuation.delimiter

* javascript: Change pair : to operator

* javascript: Set pair : as punctuation.delimiter

* javacscript: Move pair : to punctuation
2020-11-23 11:07:31 -06:00
Thomas Vigouroux
049028ef3e c highlights: fix define/undef arguments 2020-11-22 22:33:56 +01:00