GitHub
b8a6928b52
Update lockfile.json
2021-08-17 13:37:13 +02:00
Sergio Alejandro Vargas
a1be6c9d4f
highlights(lua): Add semicolons
2021-08-17 10:18:33 +02:00
Thomas Vigouroux
344b36866b
fix(vim): highlight more punctuation
2021-08-16 21:31:22 +02:00
Thomas Vigouroux
f2076b267e
feat: add support for vim
2021-08-16 15:09:53 +02:00
Santos Gallegos
460a26ef32
Lua: highlight uppercase variables as constants ( #1690 )
2021-08-14 13:33:55 -05:00
jpe90
39a53ffbbc
Add comment highlighting for keywords in Haskell ( #1695 )
...
Co-authored-by: Santos Gallegos <stsewd@protonmail.com>
2021-08-14 18:27:05 +00:00
github-actions[bot]
efdd6fccb2
Update lockfile.json ( #1689 )
...
Co-authored-by: GitHub <noreply@github.com>
2021-08-14 01:15:45 -05:00
Santos Gallegos
8d6c804f3f
Query: update locals ( #1692 )
2021-08-14 00:26:31 -05:00
Santos Gallegos
ef85abba7f
Query: highlight numbers
2021-08-14 01:32:11 +02:00
Connor Lay (Clay)
d06ab28766
Fix: Improve Elixir highlighting performance ( #1682 )
2021-08-13 12:09:16 -05:00
GitHub
2ac7858bd4
Update lockfile.json
2021-08-13 08:13:32 +02:00
maxxnino
2dd36fa585
highlights(zig): label, switch item, operator, punctuation, field property ( #1685 )
...
Co-authored-by: maxxnino <idonthaveemail@dontknow.com>
2021-08-12 23:36:01 -05:00
Github Actions
03943f9a7c
[docgen] Update README.md
...
skip-checks: true
2021-08-12 08:47:22 +02:00
delphinus
2156a55efa
Enable to highlight shebang on JS/TS
2021-08-12 08:47:22 +02:00
GitHub
a3d128a596
Update lockfile.json
2021-08-11 08:34:54 +02:00
maxxnino
6b40cd1c6e
Update locklife.json
2021-08-11 08:16:16 +02:00
maxxnino
53160520e2
Update new query and parser for zig
2021-08-11 08:16:16 +02:00
GitHub
2b51d9b766
Update lockfile.json
2021-08-09 09:20:31 +02:00
Yorick Peterse
3fd4d9fb3f
Fix instance and singleton method locals for Ruby
...
Ruby singleton methods (`def x.y ... end`) weren't covered in the list
of locals. In addition, instance methods didn't support names that are
capitalised (`def Integer ... end`).
This commit ensures that both instance and singleton methods are
supported, and that both support identifiers and constants as their
names. This ensures that all following examples are covered:
def foo; end
def FOO; end
def self.bar; end
def self.BAR; end
2021-08-09 08:38:02 +02:00
github-actions[bot]
f106baa522
Update lockfile.json ( #1679 )
...
Co-authored-by: GitHub <noreply@github.com>
2021-08-08 17:54:14 +00:00
Santos Gallegos
9a98ed1f96
RST: use any-of? instead of match? ( #1678 )
2021-08-08 12:37:08 -05:00
Santos Gallegos
1e8016d92d
RST: add code-block to injections ( #1677 )
...
This isn't part of the rst spec,
but it's common enough on third party libs (sphinx specially).
2021-08-08 11:16:11 -05:00
github-actions[bot]
b2668a9431
Update lockfile.json ( #1676 )
...
Co-authored-by: GitHub <noreply@github.com>
2021-08-08 15:06:18 +00:00
Santos Gallegos
70b43fbe21
CI: fix update lockfile job
...
Ref https://github.com/nvim-treesitter/nvim-treesitter/pull/1661#issuecomment-894722369
2021-08-08 14:50:36 +02:00
Munif Tanjim
6ed86a8516
feat: allow 'revision' override in parser config ( #1661 )
2021-08-07 18:23:11 -05:00
GitHub
81305705e1
Update lockfile.json
2021-08-06 15:03:57 +02:00
GitHub
d166508686
Update lockfile.json
2021-08-06 14:43:10 +02:00
Luxed
d8d5e4eb81
fix(c_sharp): Improve highlights
2021-08-06 11:08:30 +02:00
Luxed
e56a393c4b
feat(c_sharp): Simplify folds by only folding blocks of code instead of
...
folding the methods and their attributes
2021-08-06 11:08:30 +02:00
Luxed
3110e0f7cd
feat(c_sharp): Add first draft of locals
2021-08-06 11:08:30 +02:00
Gregory Anders
c34189fee3
Add zig ftdetect file
2021-08-06 10:54:00 +02:00
maxxnino
d5116feefd
highlights(zig): function return type, var decl type
2021-08-04 11:07:59 +02:00
maxxnino
cb5059e68f
highlights(zig): highlight enum,union,error and custom number type
...
* highlight enum field as a constant
* highlight cImport and constructor
* highlight else_switch
enum constant
2021-08-04 11:07:59 +02:00
Github Actions
bc5c5c0268
[docgen] Update README.md
...
skip-checks: true
2021-08-03 21:45:16 -05:00
Munif Tanjim
35a8fe5a81
fix: query_predicate - nth
2021-08-03 21:45:16 -05:00
Sergio Alejandro Vargas
50a77bbc22
highlights(lua): Organize function_call queries
2021-08-02 15:52:56 +02:00
Sergio Alejandro Vargas
0ed69e50a8
highlights(lua): Fix method calls
...
The usual `function_call` query would highlight the objects at the
beginning of a method call. The `method` query has to account for this,
and highlight the identifier as a variable again.
2021-08-02 15:52:56 +02:00
GitHub
4c64b3283d
Update lockfile.json
2021-08-02 15:44:52 +02:00
Stephan Seitz
f96c409e3d
Update teal highlights
2021-08-02 15:20:07 +02:00
GitHub
cb8274bef7
Update lockfile.json
2021-08-02 15:20:07 +02:00
Connor Lay (Clay)
6944173e87
Feature: Add Surface language and integrate with Elixir ( #1645 )
...
* Add initial surface highlights & injections
* Additional surface highlights
* Filetype detection, fix injections
* Fix Elixir function highlight when left is an identifier
* Add surface parser
* Fix comment highlights
* Surface folds, indents, better highlights
* Highlight surface components & directives
* Restore comments Elixir injections
2021-08-01 19:09:41 +00:00
Santos Gallegos
8ab1a5e5f7
CI: don't require to have parsers installed to check for injections
2021-08-01 13:16:38 -05:00
leo60228
1dea3928a2
add compound_lit.c test
2021-08-01 11:01:47 +02:00
leo60228
1a4b5da758
Indent C compound_literal_expression
2021-08-01 11:01:47 +02:00
Stephan Seitz
59887fbf33
Use node action
2021-07-31 19:57:08 +02:00
Tae Sandoval
950932f0c2
Add some missing ftdetect files
2021-07-30 14:35:32 -05:00
Github Actions
dedd74ebdb
[docgen] Update README.md
...
skip-checks: true
2021-07-29 21:09:54 +02:00
Pierre Poupin
8af9fdedb3
feature: add gdresource ftdetect
2021-07-29 21:09:54 +02:00
Pierre Poupin
605d71ecd3
feature: make godotResource compatible with gdresource filetype
2021-07-29 21:09:54 +02:00
Github Actions
53fc867f0a
[docgen] Update README.md
...
skip-checks: true
2021-07-29 07:34:15 +02:00