Commits at 97e6db3c8c73b15a9541a458d8e797a07f588ef4
97e6db3c
README.md: explain how to install this in neovim (#5)
* README.md: explain how to install this in neovim
* Update README.md
Co-authored-by: Lieuwe Rooijakkers <lieuwerooijakkers@gmail.com>
---------
Co-authored-by: Ben Iofel <1713819+benwaffle@users.noreply.github.com>
Co-authored-by: Lieuwe Rooijakkers <lieuwerooijakkers@gmail.com>
mr-nice
authored at
2024-10-30 00:08:39 +0100
GitHub
comitted at
2024-10-29 19:08:39 -0400
8f690bfa
improve highlight of constants, symbols, macros
Princeton Ferro
authored at
2022-06-06 16:31:13 -0400
Princeton Ferro
comitted at
2022-06-06 16:31:13 -0400
ce4ba4d0
support inline attribute lists
Princeton Ferro
authored at
2022-06-05 17:00:56 -0400
Princeton Ferro
comitted at
2022-06-05 17:04:34 -0400
84e15013
preprocessor syntax improvements
Princeton Ferro
authored at
2022-06-05 16:40:31 -0400
Princeton Ferro
comitted at
2022-06-05 17:04:34 -0400
c15af34d
improvements
Princeton Ferro
authored at
2022-04-29 14:43:59 -0400
Princeton Ferro
comitted at
2022-06-05 17:04:34 -0400
81217b20
Improve preprocessor highlighting
Mateus Melchiades
authored at
2022-04-28 21:35:39 -0300
Princeton Ferro
comitted at
2022-06-05 17:04:34 -0400
c9eea93b
project has moved to vala-lang
Princeton Ferro
authored at
2022-04-17 14:36:08 -0400
Princeton Ferro
comitted at
2022-04-17 14:36:08 -0400
d93ccd4e
nvim: use parameter instead of variable.parameter
Princeton Ferro
authored at
2022-04-17 14:21:20 -0400
Princeton Ferro
comitted at
2022-04-17 14:21:20 -0400
7313c05f
add compiled src/
Princeton Ferro
authored at
2022-04-17 13:54:33 -0400
Princeton Ferro
comitted at
2022-04-17 13:54:33 -0400
26360b7d
improve highlighting of constants and OCEs
Princeton Ferro
authored at
2022-04-17 13:54:07 -0400
Princeton Ferro
comitted at
2022-04-17 13:54:07 -0400
be0f7972
support more integers and reals
Princeton Ferro
authored at
2022-01-14 15:37:09 -0500
Princeton Ferro
comitted at
2022-01-14 15:37:09 -0500
d7402e6d
handle left-contained expressions
Expressions that don't need parentheses when there is a unary operator
to their left. For example, yield expressions:
if (!yield x ())
...
Princeton Ferro
authored at
2022-01-14 15:23:35 -0500
Princeton Ferro
comitted at
2022-01-14 15:23:35 -0500
6a0dd9d1
handle more strings
Princeton Ferro
authored at
2022-01-05 17:45:05 -0500
Princeton Ferro
comitted at
2022-01-05 17:45:05 -0500
952abb81
more comments in highlights.scm
Princeton Ferro
authored at
2021-11-28 16:39:28 -0500
Princeton Ferro
comitted at
2021-11-28 16:41:53 -0500
97a2fe29
highlight more operators and keywords
Princeton Ferro
authored at
2021-11-28 16:36:40 -0500
Princeton Ferro
comitted at
2021-11-28 16:41:53 -0500
5bc67c98
support optional 'not' in type relational expr
Not yet supported in Vala.
Princeton Ferro
authored at
2021-11-28 16:34:22 -0500
Princeton Ferro
comitted at
2021-11-28 16:41:48 -0500
cfd333b5
disable parsing of comments inside strings
Princeton Ferro
authored at
2021-11-26 04:20:35 -0500
Princeton Ferro
comitted at
2021-11-26 04:20:35 -0500
6ee98a91
add highlights for nvim-treesitter
Princeton Ferro
authored at
2021-11-26 02:38:14 -0500
Princeton Ferro
comitted at
2021-11-26 02:38:14 -0500
04657341
fix ambiguity with *-expressions
Fixed ambiguity with expressions with asterisks, like local declarations
with pointer types, pointer dereferences, or multiplications.
Princeton Ferro
authored at
2021-11-25 23:54:37 -0500
Princeton Ferro
comitted at
2021-11-26 01:05:28 -0500
ff238441
support logical operator keywords
Princeton Ferro
authored at
2021-11-17 17:34:40 -0500
Princeton Ferro
comitted at
2021-11-17 17:34:40 -0500
8ab2dedd
highlight == operator
Princeton Ferro
authored at
2021-11-17 17:34:25 -0500
Princeton Ferro
comitted at
2021-11-17 17:34:25 -0500
d2fdae3a
support with statements
Princeton Ferro
authored at
2021-11-17 17:12:30 -0500
Princeton Ferro
comitted at
2021-11-17 17:12:30 -0500
a934d634
support nested functions and a few fixes
Princeton Ferro
authored at
2021-11-16 18:37:38 -0500
Princeton Ferro
comitted at
2021-11-16 18:37:38 -0500
f45d0127
support partial types
Princeton Ferro
authored at
2021-11-16 18:15:56 -0500
Princeton Ferro
comitted at
2021-11-16 18:15:56 -0500
9dbe0132
add locals query
Princeton Ferro
authored at
2021-11-16 17:48:27 -0500
Princeton Ferro
comitted at
2021-11-16 17:48:27 -0500
a6126f33
highlight methods different from function calls
Princeton Ferro
authored at
2021-11-16 17:48:03 -0500
Princeton Ferro
comitted at
2021-11-16 17:48:03 -0500
63707301
add injection name
Princeton Ferro
authored at
2021-11-16 17:47:36 -0500
Princeton Ferro
comitted at
2021-11-16 17:47:36 -0500
fe68baf6
fix escape sequences, catch clauses, pointer types
Princeton Ferro
authored at
2021-11-02 13:46:39 -0400
Princeton Ferro
comitted at
2021-11-02 13:51:33 -0400
9670fa95
highlight destructor names
Princeton Ferro
authored at
2021-11-02 03:35:35 -0400
Princeton Ferro
comitted at
2021-11-02 03:35:35 -0400
3af606b0
improve escape sequences and yield
Princeton Ferro
authored at
2021-11-02 03:20:01 -0400
Princeton Ferro
comitted at
2021-11-02 03:20:01 -0400
Commits for
97e6db3c8c73b15a9541a458d8e797a07f588ef4
Viewing range
97e6db3c
~ 3af606b0