Commit graph

2426 commits

Author SHA1 Message Date
GitHub
de89019783 Update lockfile.json 2022-03-15 10:01:45 +01:00
GitHub
08b9f66c4f Update lockfile.json 2022-03-14 23:32:57 +01:00
GitHub
c99e39ccd8 Update lockfile.json 2022-03-14 22:58:33 +01:00
GitHub
16e3bad8b4 Update lockfile.json 2022-03-14 21:43:41 +01:00
Gustaf Lindstedt
01150f50e7 Highlight markdown uri_autolink as @text.uri 2022-03-14 21:34:15 +01:00
GitHub
c6d46504ba Update lockfile.json 2022-03-14 08:09:22 +01:00
GitHub
2d769167c4 Update lockfile.json 2022-03-13 11:30:33 +01:00
GitHub
e8799d6abc Update lockfile.json 2022-03-13 11:01:32 +01:00
Harry Gallagher
a0c0269cbf properly bind function names to the parent scope 2022-03-12 23:03:16 +01:00
Christian Clason
6ece0ca4e6 fix(lua): restore precedence for @variable.builtin and @constant.builtin 2022-03-12 23:00:08 +01:00
Stephan Seitz
ccb55be88f fix(solidity): follow install_info.branch on parser update 2022-03-12 22:59:47 +01:00
GitHub
69a02b88d8 Update lockfile.json 2022-03-12 20:02:27 +01:00
Nick Pezza
cd421899a8 Add more indentations 2022-03-12 17:57:00 +01:00
Nick Pezza
6a56be08e1 Dedent on end in ruby files
Fixes #2554
2022-03-12 17:57:00 +01:00
Github Actions
8d92fa851e Update README 2022-03-11 19:20:36 +01:00
Stephan Seitz
f301caffc5 highlights(rust): highlight as in <Struct as Trait>::Type 2022-03-11 19:07:11 +01:00
YongJieYongJie
fc0b881f93 Refactor solidity highlights.scm further
- Instead of @keyword, use @conditional, @exception, @return, @function
  as appropriate
- Standardize to using @field (instead of @property)for struct members
2022-03-11 19:06:39 +01:00
YongJieYongJie
8f3991065d Refactor solidity highlights.scm
- Use more specific/appropriate captures; change invalid captures
- Don't highlight punctuations in type names (e.g., the brackets in
  'bytes32[]')
2022-03-11 19:06:39 +01:00
YongJieYongJie
a180859eea Add highlights query for Solidity 2022-03-11 19:06:39 +01:00
GitHub
90785a2f1c Update lockfile.json 2022-03-11 19:03:50 +01:00
GitHub
f448a78057 Update lockfile.json 2022-03-10 08:15:41 +01:00
GitHub
90485c8905 Update lockfile.json 2022-03-09 08:55:31 +01:00
Stephan Seitz
3aac7f9db9 fix: prefer gmake over make 2022-03-08 21:49:18 +01:00
Stephan Seitz
b8129fac90 Revert "2612: Use gmake when available"
This reverts commit d3d1637c3c.
2022-03-08 21:32:11 +01:00
GitHub
b6002dbeac Update lockfile.json 2022-03-08 21:32:11 +01:00
Sebastián Zaffarano
d3d1637c3c 2612: Use gmake when available 2022-03-08 20:43:20 +01:00
Github Actions
2ff68da179 Update README 2022-03-08 08:36:20 +01:00
GitHub
33ec22a674 Update lockfile.json 2022-03-08 08:28:50 +01:00
GitHub
aa1edbf6f6 Update lockfile.json 2022-03-08 00:35:49 +01:00
Jared Moulton
cc4f373bb4
Add slint parser configuration and queries (#2598)
* Add slint parser

* Mark slint as experimental

* Remove filetype and add slint to the lockfile

* Update queries

* Update varibable.builtin's and repeats

* Update slint true false

* Change export back to keyword

* Change export back to include :)
2022-03-07 23:10:31 +00:00
GitHub
444525d386 Update lockfile.json 2022-03-07 15:59:57 +01:00
Mateus Melchiades
cbfa53db22 highlights(vala): Reflect upstream refactor 2022-03-07 15:51:08 +01:00
GitHub
cada76c490 Update lockfile.json 2022-03-06 08:01:44 +01:00
GitHub
8e51f78d09 Update lockfile.json 2022-03-05 10:02:04 +01:00
GitHub
8769230e6d Update lockfile.json 2022-03-04 08:23:45 +01:00
GitHub
5b6f6ae30c Update lockfile.json 2022-03-02 22:12:17 +01:00
Christian Clason
0982e3ce8b ci: ignore gleam for lockfile update 2022-03-02 22:01:55 +01:00
Fabian Viöl
68c36cc59f highlights(cpp): Add operator cast highlight
See https://en.cppreference.com/w/cpp/language/cast_operator for
reference.
2022-03-02 11:00:01 +01:00
Daniel Woznicki
82389e52b6 Added test for known indent failure when tree is in broken state 2022-03-01 21:12:14 +01:00
Daniel Woznicki
3d6f2637a2 Made block comment indent @auto so that new lines line up nicely with existing comment block
Previous indentation:
    /**
    *
    */

    New indentation:
    /**
     *
     */
2022-03-01 21:12:14 +01:00
Daniel Woznicki
9f78c9f0ad Added test case for broken trees, plus partial test coverage 2022-03-01 21:12:14 +01:00
Daniel Woznicki
d71da4f63e Added catchall (ERROR) @auto rule for Java to at least attempt something reasonable when the tree is in a broken state 2022-03-01 21:12:14 +01:00
Daniel Woznicki
e23f5d48be Modified Java indent rules to stop ignoring block comments because javadoc blocks were defaulting to indent 0 2022-03-01 21:12:14 +01:00
Daniel Woznicki
bf2493f5e1 Added fix for Java interfaces not being indented properly 2022-03-01 21:12:14 +01:00
Github Actions
dcfd6c0637 Update README 2022-02-28 23:00:09 +01:00
Arnar Gauti Ingason
202cbc10ad parsers: Add todotxt parser 2022-02-28 22:46:47 +01:00
Christian Clason
4d75800991 fix(gleam): update parser and queries 2022-02-27 18:19:51 +01:00
Christian Clason
b6ebdaeb44 fix(latex): update parser and queries 2022-02-27 12:38:45 +01:00
Wilman Barrios
689a078f91 highlights(php): add namespace aliasing name as type 2022-02-26 16:05:22 +01:00
GitHub
d05bd10fb1 Update lockfile.json 2022-02-26 15:51:02 +01:00