Commit graph

642 commits

Author SHA1 Message Date
tk-shirasaka
fe47dbe02b
Adds support for PHP's arrow funcion (#1427)
Co-authored-by: shirasaka <shirasaka@n-create.co.jp>
2021-06-28 10:10:58 -05:00
Jaehwang Jerry Jung
c04aa172a3 fix typo in query 2021-06-26 12:19:08 +02:00
elianiva
f9bce468a0 feat(haskell): improve highlight query
Co-authored-by: Farbod Salamat-Zadeh <12140044+farbodsz@users.noreply.github.com>
2021-06-26 12:10:52 +02:00
elianiva
684b74bea1 feat: add haskell highlights 2021-06-26 12:10:52 +02:00
Joakker
c699cc2e47 Use #any-of? instead of #match? where posible 2021-06-25 00:22:48 +02:00
tami5
89b1254cde rust: inject html to html! macro 2021-06-21 08:52:38 +02:00
Folke Lemaitre
d1f6a2a3d8 feat: added self as builtin keyword for Lua 2021-06-17 15:53:20 +02:00
Farbod Salamat-Zadeh
5c30f2af04 highlight: add SCSS single_line_comment 2021-06-15 19:59:45 +02:00
Stephan Seitz
8eb37c4409 parsers: add tree-sitter-cuda 2021-06-14 07:30:51 +02:00
Steven Sojka
eb6fdb5085 chore(injections): remove duplicated regex injection for js 2021-06-11 16:15:14 +02:00
Cédric Barreteau
07fe5a2aba Update ledger highlight queries 2021-06-11 14:00:48 +02:00
Santos Gallegos
709f3a73b3 Rust: fix macros highlights
- The derive query was incorrect, it was only matching `#[derive(derive)]`
- Macros were being highlighted as keywords
- Procedural macros symbols weren't highlighted (`#`, `#!`)
2021-06-11 07:54:56 +02:00
Alex Chen
3b516c8e2b c++ highlights: don't capture all identifiers with uppercase initials as types 2021-06-10 08:16:53 +02:00
Gregory Anders
a7dac748ba Update zig highlights
Highlight the built-in `@import` function with the TSInclude highlight
group. Also highlight character literals using TSCharacter instead of
TSNumber.
2021-06-10 07:37:34 +02:00
Akin Sowemimo
fce41bbb6e fix: assignable selector was removed/hidden 2021-06-06 23:57:01 +02:00
Omar Zeghouani
0c5b61b2aa Fix boolean highlight 2021-06-06 23:10:00 +02:00
Omar Zeghouani
1289f56fe9 Use any_of predicate for builtin functions 2021-06-06 23:10:00 +02:00
Luxed
dad4903048 highlights(c_sharp): Add preprocessor directives queries 2021-06-04 23:56:26 +02:00
Luxed
fde9521f9e folds(c_sharp): Add basic folding 2021-06-04 23:56:26 +02:00
Luxed
7e40537769 highlights(c_sharp): lots of improvements 2021-06-04 23:56:26 +02:00
napmn
8e53e706e5 JSX components with capital first letter highlighted as constructor rather than type 2021-06-04 08:30:16 +02:00
derekstride
e98e2eafa2 downcase! directive to use with ruby injections
```
(#downcase! "language")
```

downcase! will ensure the metadata value for the specified key will be
downcased. If the value is a node, it will downcase the text specified
by the node.

```
(#downcase! @node "key")
```

You can also namespace the key with a specific capture, similar to how
you can call `(#set! @node "key" "value")`
2021-06-04 07:47:21 +02:00
David Bernheisel
ad28bbf04c Add regex injection for Elixir 2021-06-01 22:04:52 +02:00
Stephan Seitz
e52de2ca80 highlights(c_sharp): highlight namespaces 2021-06-01 21:53:21 +02:00
Stephan Seitz
96c3512549 highlights(c_sharp): add heuristic for type highlight 2021-06-01 21:53:21 +02:00
Stephan Seitz
40b749f7c0 highlights(c_sharp): highlight verbatim_string_literal 2021-06-01 21:53:21 +02:00
Stephan Seitz
ac5bd10633 highlights(c#): highlight calls of methods 2021-06-01 21:53:21 +02:00
Stephan Seitz
44e44c31a4 highlights(c_sharp): improve highlighting of interpolations 2021-06-01 21:53:21 +02:00
Santos Gallegos
c1f61d4ca1
Improve check-queries (#1253)
- Add checks for injections.
- Allow queries that start with [A-Z] for highlights only.
- Don't stop on the first error, finish checking all queries.
2021-05-31 17:03:27 +00:00
Daniel Kempkens
ea8482621e Elixir: Highlight with as conditional
`with` is also considered a conditional in Elixir. Highlight it
accordingly.
2021-05-27 22:02:30 +02:00
Stephan Seitz
db7f10370d highlights(rust): highlight fields with shorthand_field_initializer 2021-05-24 20:43:31 +02:00
oponkork
038fe717ea feat(fortran): Support indentation 2021-05-23 10:23:49 +02:00
oponkork
6b6bf4db3f feat(fortran): Improve highlighting 2021-05-23 10:23:49 +02:00
Santos Gallegos
9742f188ff HTML: remove @combined from injections 2021-05-23 10:13:41 +02:00
Santos Gallegos
9d1d9b1b94 Rust: highlight constants 2021-05-22 13:17:15 +02:00
Stephan Seitz
b57194325c indents(c/cpp): let C++ use the C indents and add class_specifier
Fixes #1320
2021-05-20 19:37:42 +02:00
Akin Sowemimo
0efa1ec83a feat(dart): add late & required keywords 2021-05-19 23:13:37 +02:00
elianiva
88bd7f5cb3 fix(php): highlights function call expression 2021-05-19 19:41:21 +02:00
Akin Sowemimo
db31158fda fix: uppercase variables being highlighted as type 2021-05-18 23:12:56 +02:00
Akin Sowemimo
3633684b47 feat: replace match with any-of 2021-05-18 23:12:56 +02:00
Akin Sowemimo
d3f5802fba fix: remove duplicate type identifier queries 2021-05-18 23:12:56 +02:00
Akin Sowemimo
bd5fc9a3c9 feat(dart): add async/sync* to highlights 2021-05-18 23:12:56 +02:00
Daniel Kempkens
a98e5c1f4f Refactor highlights and locals queries 2021-05-18 19:10:06 +02:00
Daniel Kempkens
a04b0abf21 Use #any-of? in locals 2021-05-18 19:10:06 +02:00
Daniel Kempkens
e7e1db38cd Initial Elixir support 2021-05-18 19:10:06 +02:00
Stephan Seitz
506e998da2 highlights(c/c++): "..." also exists in C (variadic macros) 2021-05-18 07:07:16 +02:00
elianiva
5d2faa0466 refactor: make html-like languages inherit from single query 2021-05-17 23:38:14 +02:00
Omar Zeghouani
801adf2377 fish: move test to test_command 2021-05-17 23:24:46 +02:00
Stephan Seitz
91a447925c highlights(fortran): @annotation -> @attribute 2021-05-17 21:43:08 +02:00
Mads Kjeldgaard
cb8ad86cb6 supercollider: simplify method 2021-05-17 21:30:40 +02:00