Elwardi
82fcdb2a2a
support PyFoam syntax in OpenFOAM files
2022-01-16 18:59:29 +01:00
GitHub
5519ced35b
Update lockfile.json
2022-01-16 18:09:28 +01:00
Stephan Seitz
dada29a1e5
fix(ci): make highlight test working with markdown
2022-01-16 17:16:54 +01:00
Stephan Seitz
7889b3aea8
highlights(rust): add "yield" keyword
2022-01-16 16:27:29 +01:00
Kid
1c9a546fcd
Tighten requirements
2022-01-16 16:09:52 +01:00
Kid
f07dc05bb6
Recommend nightly
2022-01-16 16:09:52 +01:00
Kid
15a8a40f27
Remove nightly Neovim requirement from README
2022-01-16 16:09:52 +01:00
Stephan Seitz
19c56afc06
ci: print query loading times
2022-01-16 15:56:56 +01:00
Stephan Seitz
abb23c2565
Update .github/ISSUE_TEMPLATE/highlighting_issue.yml
...
Co-authored-by: Christian Clason <christian.clason@uni-due.de>
2022-01-16 15:52:24 +01:00
Stephan Seitz
3451fa458b
Update .github/ISSUE_TEMPLATE/highlighting_issue.yml
...
Co-authored-by: Christian Clason <christian.clason@uni-due.de>
2022-01-16 15:52:24 +01:00
Stephan Seitz
57d976cafa
Update .github/ISSUE_TEMPLATE/highlighting_issue.yml
...
Co-authored-by: Christian Clason <christian.clason@uni-due.de>
2022-01-16 15:52:24 +01:00
Stephan Seitz
93a10ebdd4
Update .github/ISSUE_TEMPLATE/highlighting_issue.yml
...
Co-authored-by: Christian Clason <christian.clason@uni-due.de>
2022-01-16 15:52:24 +01:00
Stephan Seitz
3c1042bf6d
docs: use markdown instead of checkboxes
2022-01-16 15:52:24 +01:00
Stephan Seitz
000923ccfc
docs: add issue template for highlighting issues
2022-01-16 15:52:24 +01:00
Stephan Seitz
2f489ad3c6
docs(readme): make custom parser example more explicit about options
2022-01-16 15:40:27 +01:00
Github Actions
687584df55
Update README
2022-01-16 15:37:47 +01:00
Github Actions
99ce1135d7
Update README
2022-01-16 15:02:26 +01:00
antosha417
00ebda5fd8
remove ftdetect. add filetype hocon to minimal_init.lua
2022-01-16 14:59:39 +01:00
antosha417
8ad4e74cfc
add ftdetect
2022-01-16 14:59:39 +01:00
antosha417
d5147a608a
add highlights tests
2022-01-16 14:59:39 +01:00
antosha417
317f5c7471
add hocon
2022-01-16 14:59:39 +01:00
Christian Clason
f3e554ed7b
highlight(swift): add upstream queries
2022-01-16 14:27:24 +01:00
Christian Clason
cca7d1d671
fix(swift): switch to maintained parser
...
upstream https://github.com/tree-sitter/tree-sitter-swift is abandoned.
2022-01-16 14:27:24 +01:00
Stephan Seitz
890d3a9431
chore: only use *.glsl for GLSL
...
Fix #2231
2022-01-16 14:24:50 +01:00
Stephan Seitz
efc8ac6457
chore: remove all ftdetect with official support in Neovim/Vim
2022-01-16 14:24:50 +01:00
Stephan Seitz
152af07ecf
highlights/injections/indents(java): comment -> line_comment,block_comment
...
Ref https://github.com/tree-sitter/tree-sitter-java/pull/93
2022-01-16 14:24:20 +01:00
GitHub
c5348bbbbe
Update lockfile.json
2022-01-16 14:24:20 +01:00
Infectos
1da55c27cc
fix(php): change query for @constructor group
2022-01-16 12:02:24 +01:00
Christian Clason
316b32b3db
doc(README): mention CONTRIBUTING for captures
2022-01-16 11:56:40 +01:00
Christian Clason
ca837f5218
fix(util): pass offset_encoding to apply_text_edits
...
Offset encoding is a mandatory argument to
`vim.lsp.util.apply_text_edits` since bc722c8a74
Since we are always within a Neovim context, we can just pass `"utf-8"`.
2022-01-15 14:59:24 +01:00
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