2023-09-08 04:23 | syntax: highlight invalid attributes as errors | Sebastian | 1 | +3 | -1 |
2023-09-08 04:23 | syntax: add hex float constants | Sebastian | 1 | +2 | -0 |
2023-09-08 04:22 | syntax: disallow leading 0 in number constants | Sebastian | 1 | +4 | -4 |
2023-08-04 04:36 | syntax: add never | Sebastian | 1 | +1 | -0 |
2023-08-04 04:33 | syntax: add opaque | Sebastian | 1 | +1 | -0 |
2023-08-07 07:11 | syntax: remove cap | Drew DeVault | 1 | +2 | -2 |
2023-08-04 04:30 | syntax: add cap | Sebastian | 1 | +2 | -2 |
2023-05-21 21:06 | compiler: update error format | Max Schillinger | 1 | +2 | -2 |
2023-05-10 04:03 | syntax: remove char | Sebastian | 1 | +1 | -1 |
2023-02-10 23:24 | syntax: hi def link hareAttribute PreProc | Byron Torres | 1 | +1 | -1 |
2023-02-07 23:46 | highlight align() builtin | Bor Grošelj Simić | 1 | +1 | -1 |
2023-02-10 00:38 | syntax: reorganize const, def, export, static | Byron Torres | 1 | +5 | -5 |
2023-01-30 13:45 | syntax: fix multi-line raw string literals | Drew DeVault | 1 | +1 | -1 |
2022-09-28 20:16 | Adjust modeline | Amelia Clarke | 4 | +8 | -7 |
2022-09-28 20:16 | ftplugin: conform to Vim style | Amelia Clarke | 1 | +18 | -12 |
2022-09-21 21:04 | Update headers to conform to style used by Vim | Amelia Clarke | 4 | +11 | -3 |
2022-08-23 02:57 | syntax: improve use statement | Amelia Clarke | 1 | +4 | -2 |
2022-08-23 02:57 | syntax: remove '..' and '...' operators | Amelia Clarke | 1 | +0 | -1 |
2022-08-23 02:57 | syntax: allow blocks to be folded | Amelia Clarke | 1 | +3 | -0 |
2022-08-23 02:57 | syntax: add highlighting for [[...]] in comments | Amelia Clarke | 1 | +3 | -1 |
2022-08-23 02:45 | syntax: organize file into sections | Amelia Clarke | 1 | +38 | -23 |
2022-08-23 02:45 | syntax: improve highlighting for size keyword | Amelia Clarke | 1 | +10 | -3 |
2022-08-23 02:45 | syntax: add highlight group for attributes | Amelia Clarke | 1 | +2 | -1 |
2022-08-23 02:45 | syntax: improve string and rune literals | Amelia Clarke | 1 | +12 | -7 |
2022-08-23 02:45 | syntax: reorganize number literals | Amelia Clarke | 1 | +10 | -16 |
2022-08-23 02:45 | syntax: reorganize keywords | Amelia Clarke | 1 | +18 | -8 |
2022-08-23 02:45 | ftdetect: use setfiletype | Amelia Clarke | 1 | +1 | -1 |
2022-08-14 04:57 | Highlight capital E in number literals | Amelia Clarke | 1 | +3 | -3 |
2022-08-11 20:45 | Set b:current_syntax | Amelia Clarke | 1 | +2 | -0 |
2022-07-28 21:47 | Add highlight group for question mark operator | Amelia Clarke | 1 | +2 | -0 |
2022-07-28 21:32 | Add highlight group for string escape sequences | Amelia Clarke | 1 | +6 | -2 |
2022-07-26 19:18 | Add default highlighting to hareErrorAssertion | Amelia Clarke | 1 | +1 | -1 |
2022-06-23 23:37 | Highlight error assertion operator bold red | Sebastian | 1 | +3 | -0 |
2022-06-21 19:32 | Highlight size correctly when a comment starts with ( | Sebastian | 1 | +2 | -2 |
2022-06-21 16:34 | Revert "Highlight error assertions in red" | Drew DeVault | 1 | +0 | -4 |
2022-06-21 16:12 | Highlight error assertions in red | Drew DeVault | 1 | +4 | -0 |
2022-06-08 13:08 | do not highlight "size" if it is inside a word | Vlad-Stefan Harbuz | 1 | +2 | -2 |
2022-05-22 23:07 | misc indent fixes | Sebastian | 1 | +14 | -1 |
2022-05-13 22:18 | Fix indent of `case let` label when reindenting | Sebastian | 1 | +1 | -2 |
2022-05-11 15:41 | Don't highlight hareSpaceError when in inert mode | Sebastian LaVine | 1 | +4 | -0 |
2022-04-29 01:31 | Correctly indent closing `]` | Sebastian | 1 | +2 | -1 |
2022-04-15 22:53 | Correctly indent multiline cases | Sebastian | 1 | +5 | -0 |
2022-04-15 22:54 | indent: fix indentation of switch/match closing brace | Sebastian | 1 | +1 | -0 |
2022-04-15 22:54 | indent: remove tabstop/shiftwidth/expandtab | Sebastian | 1 | +0 | -1 |
2022-03-21 17:50 | syntax: add vaend builtin | Drew DeVault | 1 | +1 | -1 |
2022-03-20 10:26 | Add C-style variadic keywords | Drew DeVault | 1 | +2 | -0 |
2022-03-11 23:46 | Improve integer literal highlighting | Sebastian | 1 | +4 | -4 |
2022-03-11 23:46 | Use \v regular expressions for syntax matching | Sebastian | 1 | +9 | -9 |
2022-03-11 23:46 | Highlight size correctly as both keyword and type | Sebastian | 1 | +2 | -2 |
2022-03-11 23:46 | Highlight _ at keyword | Sebastian | 1 | +1 | -1 |
2022-03-11 23:47 | Add license | Sebastian | 1 | +30 | -0 |
2022-03-03 04:14 | Indent top level declaration after = | Sebastian | 1 | +11 | -0 |
2022-02-22 23:47 | Get autoindent from previous line | Sebastian | 1 | +2 | -2 |
2022-02-22 23:47 | Improve indent script | Sebastian | 1 | +9 | -1 |
2022-02-20 23:43 | Add indent script | Sebastian | 1 | +100 | -0 |
2022-02-20 23:41 | Add consistent modeline across files | Sebastian | 3 | +4 | -2 |
2022-02-20 00:15 | Add support for `raw strings` | Sebastian | 1 | +1 | -0 |
2022-02-02 01:33 | Revert "Set keywordprg=haredoc, iskeyword" | Byron Torres | 1 | +0 | -2 |
2022-02-01 00:27 | Set keywordprg=haredoc, iskeyword | Byron Torres | 1 | +2 | -0 |
2021-12-20 08:05 | mark trailing spaces and spaces before tabs | Armin Preiml | 1 | +4 | -0 |
2021-09-25 07:57 | Add "case" keyword | Drew DeVault | 1 | +5 | -3 |
2021-08-23 06:53 | Add compiler/hare.vim | Byron Torres | 2 | +30 | -0 |
2021-06-09 17:20 | Add yield keyword | Drew DeVault | 1 | +1 | -1 |
2021-04-23 12:05 | syntax: add insert keyword | Drew DeVault | 1 | +1 | -1 |
2021-03-21 14:42 | Set commentstring | Alexey Yerin | 1 | +1 | -0 |
2021-03-20 09:38 | Highlight binary number literals | Nguyễn Gia Phong | 1 | +5 | -1 |
2021-02-21 18:13 | Add delete builtin | Eyal Sawady | 1 | +1 | -1 |
2021-02-10 14:10 | Make keywords case-sensitive | Drew DeVault | 1 | +1 | -1 |
2021-01-18 05:59 | Fix highlighting of numbers | Eyal Sawady | 1 | +7 | -14 |
2021-01-18 05:36 | Add rune type | Eyal Sawady | 1 | +1 | -0 |
2021-01-14 22:06 | Remove while keyword | Eyal Sawady | 1 | +1 | -1 |
2021-01-12 17:16 | Add abort builtin | Eyal Sawady | 1 | +1 | -1 |
2021-01-11 16:27 | Add append builtin | Eyal Sawady | 1 | +1 | -1 |
2020-12-23 01:09 | Add type keyword | Eyal Sawady | 1 | +1 | -1 |
2020-08-13 01:11 | Update comment style | Drew DeVault | 1 | +2 | -2 |
2020-08-04 23:23 | Update from local hare.vim | Drew DeVault | 1 | +13 | -12 |
2020-07-11 19:03 | Add as, is operators | Drew DeVault | 1 | +1 | -0 |
2020-06-11 15:50 | Add continue and break keywords | Eyal Sawady | 1 | +1 | -1 |
2020-06-05 20:44 | Fix hareBuiltin, hareKeyword, and hareOperator | Eyal Sawady | 1 | +2 | -4 |
2020-05-11 15:04 | ftplugin: set formatoptions | Drew DeVault | 1 | +4 | -0 |
2020-05-09 22:45 | Fix highlighting of ... and .. operators | Drew DeVault | 1 | +2 | -6 |
2020-05-07 02:55 | Initial commit | Drew DeVault | 4 | +96 | -0 |