Pedro Castro
cf9faaa0e3
r(indents): fix brace_list alignment
2022-03-29 08:43:38 +02:00
Pedro Castro
3b974b7257
r(highlights): fix default_parameter
2022-03-28 22:21:25 +02:00
GitHub
e9d6c5de7b
Update lockfile.json
2022-03-28 21:27:58 +02:00
Pedro Castro
249cd3ac3e
r(highlights): add default parameter/argument ( #2688 )
...
* Update lockfile.json
* r(highlights): default argument/parameter and some updates
2022-03-28 21:17:28 +02:00
GitHub
76cb7cf7e5
Update lockfile.json
2022-03-28 16:19:18 +02:00
GitHub
50b53176a0
Update lockfile.json
2022-03-28 09:44:39 +02:00
GitHub
94bac722bf
Update lockfile.json
2022-03-28 09:34:41 +02:00
Christian Clason
97691940d1
doc: mention vim.filetype.add() in README
...
...instead of `ftdetect` additions
2022-03-27 18:44:11 +02:00
GitHub
b995eebe84
Update lockfile.json
2022-03-27 11:57:02 +02:00
Christian Clason
31155af885
fixup: lock nix, not norg ( #2682 )
...
fixup for 739fefa8fa
2022-03-27 11:47:03 +02:00
Stephan Seitz
cd4d802175
highlights: conceal " in JSON
...
Fixes #645
2022-03-26 18:36:49 +01:00
Christian Clason
739fefa8fa
ci: lock nix parser
2022-03-26 12:21:38 +01:00
Christian Clason
a838a35b2b
chore: placate luacheck
2022-03-26 10:20:26 +01:00
GitHub
25bd02121b
Update lockfile.json
2022-03-26 10:20:26 +01:00
Alexey Orlenko
2f704e538c
fix(prisma): highlight "type" keyword
2022-03-24 09:43:33 +01:00
GitHub
0110a8ec8b
Update lockfile.json
2022-03-24 09:26:25 +01:00
GitHub
3e2ac54e16
Update lockfile.json
2022-03-22 09:43:45 +01:00
GitHub
9e8749f787
Update lockfile.json
2022-03-20 11:04:32 +01:00
Pedro Castro
e775d0331e
injections(r): add comment
2022-03-19 22:44:43 +01:00
Daniel Woznicki
b7ae8867b0
Combined closing.css and block.css test files into single open_block.css
2022-03-19 12:29:36 +01:00
Daniel Woznicki
b1380560a0
Added fix for incorrect CSS indent after closing bracket
...
Added a failing test for possible broken CSS syntax tree
2022-03-19 12:29:36 +01:00
Martin Kunz
831be7f097
edit(readme): note about the configuration filetypes
2022-03-19 12:27:04 +01:00
Wilman Barrios
fd92e70c69
highlights(php): argument name as parameter
2022-03-17 21:09:15 +01:00
Github Actions
68f016daf6
Update README
2022-03-17 08:52:32 +01:00
Addison Chan
2dfe7a5839
Add Cooklang
2022-03-17 08:40:34 +01:00
GitHub
c993f27469
Update lockfile.json
2022-03-16 22:21:49 +01:00
Stephan Seitz
4fa30b5249
highlights(bash): add operators ">>", "<<"
2022-03-16 15:05:03 +01:00
GitHub
f18234ec5f
Update lockfile.json
2022-03-16 14:55:24 +01:00
Omar Zeghouani
44bf2b7fac
highlight(fish): dollar command substitution
2022-03-16 13:11:23 +01:00
GitHub
968b2d3f2d
Update lockfile.json
2022-03-16 08:00:08 +01:00
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