Commit graph

2063 commits

Author SHA1 Message Date
Michael Härtl
749f72d351 highlights(php): fix and add missing highlights 2022-01-15 12:32:03 +01:00
Ananda Umamil
a76e1eb89d highlights(haskell): function with type signature 2022-01-13 21:48:35 +01:00
koalp
c6afb729b9 highlights(julia): add highlight for block comments 2022-01-13 17:56:06 +01:00
Jendrik Stelzner
31fe7ee4f9 Add a missing LaTeX hightlight.
Add \eqref to the list of referencing commands.
2022-01-13 09:44:03 +01:00
GitHub
ed6143940c Update lockfile.json 2022-01-12 12:10:22 +01:00
Michael Chris Lopez
1f8ef8fe52 highlights(vue): improve vue highlights
- remove template_name and element and make more specific targeting
2022-01-12 12:10:07 +01:00
Michael Chris Lopez
5e2121a227 highlights(html_tags): more specific attribute_value target 2022-01-12 12:10:07 +01:00
Jendrik Stelzner
41a097d9c5 Add LaTeX highlights: addpart, addchap, addsec.
Add highlight for the LaTeX sectioning commands \addpart, \addchap, \addsec and their starred variants.
2022-01-12 00:41:26 +01:00
GitHub
4e5afc6bb8 Update lockfile.json 2022-01-12 00:28:07 +01:00
GitHub
8fb5069e8f Update lockfile.json 2022-01-12 00:09:09 +01:00
MDeiml
9fff379c17 Add highlight for markdown delimiters 2022-01-11 12:05:56 +01:00
MDeiml
b5cdb868c7 Fix slow startup times for markdown grammar 2022-01-10 20:32:27 +01:00
Elwardi
2fb4e3ec94 Force-ignore ignorecase option 2022-01-10 20:30:18 +01:00
Stephan Seitz
0d53066533 highlights(llvm): import highlight queries from upstream 2022-01-09 20:17:08 +01:00
GitHub
80dcc237ac Update lockfile.json 2022-01-09 20:17:08 +01:00
Stephan Seitz
ba2959347d highlights(go): highlights "~"
Follow upstream change
beb36fc9be
2022-01-09 20:16:49 +01:00
Stephan Seitz
2cb67b8f4e folds(bash): fold at c_style_for_statement 2022-01-09 20:16:21 +01:00
Sal Bakraa
f9179db8de docs(kotlin): change Kotlin maintainer 2022-01-08 20:01:00 +01:00
Sal Bakraa
a2629ebcc0 fix(kotlin): use _import for type captures 2022-01-08 20:01:00 +01:00
Sal Bakraa
b963e9f994 fix(kotlin): use @attribute instead of @annotation 2022-01-08 20:01:00 +01:00
Sal Bakraa
f92d11cdee fix(kotlin): use correct node for when expression folds 2022-01-08 20:01:00 +01:00
Sal Bakraa
d163f20617 fix(kotlin): fix typo in locals query 2022-01-08 20:01:00 +01:00
Sal Bakraa
2a50ac94bb feat(kotlin): include a folds and a locals query 2022-01-08 20:01:00 +01:00
Sal Bakraa
886ae5b87e fix(kotlin): include regex in injections query 2022-01-08 20:01:00 +01:00
Sal Bakraa
5cfc96effe fix(kotlin): update highlights query to match new parser 2022-01-08 20:01:00 +01:00
Sal Bakraa
89abe4af39 fix(kotlin): Change the kotlin parser to fwcd/tree-sitter-kotln 2022-01-08 20:01:00 +01:00
MDeiml
391f29c03a Add highlight for quote marker 2022-01-08 20:00:28 +01:00
MDeiml
46b9916492 Fix get_node_text 2022-01-08 13:27:25 +01:00
Elwardi
99d4d7e2d8 Better ftdetect for OpenFOAM 2022-01-08 13:20:52 +01:00
Elwardi
76f34166bf fix(foam): Foam switched to C scanner 2022-01-08 13:20:52 +01:00
Elwardi
ea1ec09c54 Fix stylua linting 2022-01-08 13:20:52 +01:00
Mohammed Elwardi Fadeli
8202504915 Fix bug with ftdetect foam 2022-01-08 13:20:52 +01:00
GitHub
0fc5e2f212 Update lockfile.json 2022-01-08 13:20:52 +01:00
Github Actions
88c1f4ed85 Update README 2022-01-08 13:20:52 +01:00
Elwardi
9b35c671ea Better punctuation queries for foam 2022-01-08 13:20:52 +01:00
Elwardi
8b336e61d8 Change OpenFOAM file detection auto-cmds 2022-01-08 13:20:52 +01:00
Elwardi
efaf985b24 Remove OpenFOAM textobjects 2022-01-08 13:20:52 +01:00
Elwardi
8133888032 Highlight builtins as @constant.builtin in OpenFOAM queries 2022-01-08 13:20:52 +01:00
Elwardi
16e77495c4 Add OpenFOAM parser 2022-01-08 13:20:52 +01:00
Ananda Umamil
50fee51d35 Improve Haskell highlighting 2022-01-08 12:37:11 +01:00
Alexandre A. Muller
a7c0c1764b
Add ninja parser (#2217)
* Add ninja parser

* Add branch main

* No need for ftdetect
2022-01-08 01:26:33 +00:00
Lewis Russell
c090007a88 highlights(make): add all special targets 2022-01-07 22:28:16 +01:00
numToStr
0f01bbb1c2 chore(markdown): highlights test 2022-01-07 11:14:29 +01:00
numToStr
ab691444ce highlights(markdown): image_description as reference 2022-01-07 11:14:29 +01:00
numToStr
2a49c05f66 highlights(markdown): image ! as delimeter 2022-01-07 11:14:29 +01:00
numToStr
5b69f82e15 highlights(markdown): link_title as string literal 2022-01-07 11:14:29 +01:00
numToStr
b84a09292e highlights(markdown): image ( ) [ ] as delemiter 2022-01-07 11:14:29 +01:00
Fymyte
69aeed8495 fix(locals): fix local selectors query
Signed-off-by: Fymyte <pierguill@gmail.com>
2022-01-06 22:02:02 +01:00
Fymyte
234ec41653 add(indent): add ignore indent for comments
Signed-off-by: Fymyte <pierguill@gmail.com>
2022-01-06 22:02:02 +01:00
Fymyte
4ebaa35c0b fix(indent): fix indent queries
Signed-off-by: Fymyte <pierguill@gmail.com>
2022-01-06 22:02:02 +01:00