Pham Huy Hoang
107e61afb7
refactor: Remove all (ERROR) @error captures
...
As discussed in PR#5421, capturing `@error` is inconsistent, requiring
deep nesting (or priority) in order to correctly have red backgrounds to
it.
Some queries has this capture, some don't. For consistency purposes,
removing all of them is more preferable.
For re-enabling error, either add `(ERROR) @error` or `(ERROR _ @error)`
to your custom queries.
2023-10-25 18:18:50 +02:00
George Harker
cb568af539
use indent.X syntax for captures and properties of set directives
...
update CONTRIBUTING.md
adjust indents for bass
fix doc capture comment
2023-03-24 13:07:53 -04:00
Amaan Qureshi
5a87bc98da
feat: add @comment.documentation where applicable
2023-03-05 17:15:32 -05:00
Amaan Qureshi
5cfb5d7768
feat(fortran): update highlight queries
2023-02-27 20:24:32 -05:00
Stephan Seitz
160091db4c
fortran(highlights): update parser and queries ( #4322 )
...
See 3738e8cf97
2023-02-14 22:53:46 +01:00
ObserverOfTime
21cf4eff37
highlights(fortran): use more specific groups
2022-11-26 13:17:51 +02:00
antonk52
90f15d9bf7
feat(keywords) merge return and yield into keyword.return group
2021-07-04 21:49:17 +02:00
antonk52
bd9095e969
feat(keywords) add keyword.return & keyword.yield
2021-07-04 21:49:17 +02:00
oponkork
4eb19c9e6d
feat(fortran): moved procedure to @keyword.function
2021-07-02 22:52:28 +02:00
oponkork
af9dfe99ef
feat(fortran): Improved and sorted highlight queries
2021-07-02 22:52:28 +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
Stephan Seitz
91a447925c
highlights(fortran): @annotation -> @attribute
2021-05-17 21:43:08 +02:00
Stephan Seitz
88e8eefb2d
highlights(fortran): extend queries
2021-04-23 16:03:18 +02:00
Stephan Seitz
9820c8ca7d
Add Fortran queries from @oponkork
2021-04-23 16:03:18 +02:00