aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* highlights(go): add some highlightsmohsen2023-05-211-4/+10
| | | | | | | - added missing operators - added iota constant - added comparable type - edited go keyword types
* highlights(query): prefer lua-matchChristian Clason2023-05-211-2/+2
|
* Update parsers: cuda, glsl, hlsl, ispc, objc, ocaml, ocaml_interfaceGitHub2023-05-211-6/+9
|
* Update READMEGithub Actions2023-05-201-0/+1
|
* feat: add Intel Implicit SPMD Program Compiler (ISPC)fab41002023-05-206-0/+267
| | | | | | | | | | | | | | * Add ISPC parser config * Add ISPC queries * Update queries/ispc/injections.scm Co-authored-by: Amaan Qureshi <amaanq12@gmail.com> --------- Co-authored-by: Fabian Wermelinger <fab4100@posteo.net> Co-authored-by: Amaan Qureshi <amaanq12@gmail.com>
* fear(cpp): highlight brackets in template_parameter_listfab41002023-05-201-0/+3
|
* Update parsers: c, gitcommit, scala, sqlGitHub2023-05-201-4/+4
|
* chore(objc): update foldsAmaan Qureshi2023-05-202-3/+3
|
* feat: add Objective-CAmaan Qureshi2023-05-198-0/+260
|
* Update parsers: dartGitHub2023-05-191-1/+1
|
* highlights(typescript): `:` in `switch` statementAnanda Umamil2023-05-181-0/+1
|
* allow no spaces for extend/inherit commentsEmilia Simmons2023-05-181-2/+2
|
* add multiple ; for highlightingEmilia Simmons2023-05-181-2/+2
|
* fix(query): allow multiline modeline (inherits/extends)Emilia Simmons2023-05-181-2/+2
|
* refactor: add notes for swiftPham Huy Hoang2023-05-191-17/+22
| | | Also add enum_class_body
* Update parsers: c_sharp, erlang, glsl, hlsl, nickel, t32GitHub2023-05-181-6/+6
|
* feat(t32): add indent rules (#4782)Christoph Sax2023-05-1811-5/+291
|
* fixup: use correct require syntaxPham Huy Hoang2023-05-171-1/+1
|
* refactor(indent): backport improvements from mainChristian Clason2023-05-171-52/+71
| | | | | | * replace ts_utils.memoize_by_buftick by simpler implementation * simplify construction of hash map * prefer Neovim APIs
* Update parsers: cGitHub2023-05-171-1/+1
|
* fix indent/fold memleakPham Huy Hoang2023-05-161-1/+1
|
* Update parsers: dart, gitcommit, usdGitHub2023-05-161-2/+5
|
* highlights(sql): refactor `count` to generic `invocation`Matthias Queitsch2023-05-152-5/+1
|
* fix: force upstreamed predicatesChristian Clason2023-05-151-2/+2
|
* remove unnecessary ft ausPham Huy Hoang2023-05-151-6/+10
| | | | specify specific plugin files to load
* Added USD as a language + some queriesColin Kennedy2023-05-1512-0/+399
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added USD highlight unittests Added USD indentation Added USD indents.scm file Added USD indent rules Simplified USD highlight groups Added explicit highlight groups Added newline Removed after/ftdetect/usda.lua usd/indents.scm - Added inline comments explaining the nodes Fixed USD highlight group unittests Added indentation unittests Simplified USD `@identifier` highlighting Added USD documentation highlight group tests Simplified USD highlight groups Moved USD `@identifier` and `@namespace` highlights into one place Removed and simplified tests/query/highlights/usd Simplified tests/query/highlights/usd more Removed trailing newline Combined USD test files Added `set filetype=usd` to minimal_init.lua
* Update parsers: dart, queryGitHub2023-05-151-2/+2
|
* highlights(markup): distinguish heading level in queriesChristian Clason2023-05-135-53/+43
| | | | | also add a few queries from Helix and remove controversial code block conceal in Markdown
* Update parsers: bicep, c_sharp, cpon, func, gosum, hare, kdl, lua, luadoc, ↵GitHub2023-05-131-12/+12
| | | | luap, puppet, smali
* feat: add OdinAmaan Qureshi2023-05-138-0/+379
|
* feat(func): update highlightsAmaan Qureshi2023-05-131-79/+60
|
* fix(nickel): wrong indent on line after top level comment (#4792)Zheng PiaoDan2023-05-133-5/+11
| | | | | | | | | | | | | | | | | | | | | * fix(nickel): wrong indent on line after top level comment Previous incorrect indentation on line after top level comment: ``` # no indent after this comment { another = 1 } ``` Expected result: ``` # no indent after this comment { another = 1 } ````
* feat(cpon): update queriesAmaan Qureshi2023-05-132-7/+6
|
* feat: add indents.scm for nickel (#4790)Zheng PiaoDan2023-05-134-0/+47
|
* Update parsers: lua, t32GitHub2023-05-121-2/+2
|
* feat(java): add more foldable nodesGregg Jansen van Vüren2023-05-111-0/+2
|
* Update parsers: latex, luaGitHub2023-05-111-2/+2
|
* Update parsers: cuda, hlsl, t32GitHub2023-05-111-3/+3
|
* Update parsers: c_sharpGitHub2023-05-101-1/+1
|
* comment: remove user mention highlightObserverOfTime2023-05-101-5/+0
|
* Update parsers: cpp, t32GitHub2023-05-101-2/+2
|
* feat(typescript): add non-null operatorAmaan Qureshi2023-05-091-0/+2
|
* fix(typescript): remove duplicate captureAmaan Qureshi2023-05-091-3/+0
|
* style(rust): better formattingAmaan Qureshi2023-05-091-26/+88
|
* feat(rust): distinguish enum members betterAmaan Qureshi2023-05-091-0/+12
|
* Update parsers: slintGitHub2023-05-091-1/+1
|
* feat(sql): add more keywords Derek Stride2023-05-081-2/+6
|
* Update parsers: clojure, glsl, ledger, t32GitHub2023-05-081-4/+4
|
* feat: add swift indents (#4756)Pham Huy Hoang2023-05-085-0/+210
|
* Update parsers: astro, c, haskell, t32 (#4769)github-actions[bot]2023-05-071-4/+4
| | | Co-authored-by: GitHub <noreply@github.com>