hare.vim

[vim] Hare vim plugin
git clone https://git.torresjrjr.com/hare.vim.git
Log | Files | Refs | README | LICENSE

DateCommit messageAuthorFiles+-
2023-09-08 04:23syntax: highlight invalid attributes as errorsSebastian1+3-1
2023-09-08 04:23syntax: add hex float constantsSebastian1+2-0
2023-09-08 04:22syntax: disallow leading 0 in number constantsSebastian1+4-4
2023-08-04 04:36syntax: add neverSebastian1+1-0
2023-08-04 04:33syntax: add opaqueSebastian1+1-0
2023-08-07 07:11syntax: remove capDrew DeVault1+2-2
2023-08-04 04:30syntax: add capSebastian1+2-2
2023-05-21 21:06compiler: update error formatMax Schillinger1+2-2
2023-05-10 04:03syntax: remove charSebastian1+1-1
2023-02-10 23:24syntax: hi def link hareAttribute PreProcByron Torres1+1-1
2023-02-07 23:46highlight align() builtinBor Grošelj Simić1+1-1
2023-02-10 00:38syntax: reorganize const, def, export, staticByron Torres1+5-5
2023-01-30 13:45syntax: fix multi-line raw string literalsDrew DeVault1+1-1
2022-09-28 20:16Adjust modelineAmelia Clarke4+8-7
2022-09-28 20:16ftplugin: conform to Vim styleAmelia Clarke1+18-12
2022-09-21 21:04Update headers to conform to style used by VimAmelia Clarke4+11-3
2022-08-23 02:57syntax: improve use statementAmelia Clarke1+4-2
2022-08-23 02:57syntax: remove '..' and '...' operatorsAmelia Clarke1+0-1
2022-08-23 02:57syntax: allow blocks to be foldedAmelia Clarke1+3-0
2022-08-23 02:57syntax: add highlighting for [[...]] in commentsAmelia Clarke1+3-1
2022-08-23 02:45syntax: organize file into sectionsAmelia Clarke1+38-23
2022-08-23 02:45syntax: improve highlighting for size keywordAmelia Clarke1+10-3
2022-08-23 02:45syntax: add highlight group for attributesAmelia Clarke1+2-1
2022-08-23 02:45syntax: improve string and rune literalsAmelia Clarke1+12-7
2022-08-23 02:45syntax: reorganize number literalsAmelia Clarke1+10-16
2022-08-23 02:45syntax: reorganize keywordsAmelia Clarke1+18-8
2022-08-23 02:45ftdetect: use setfiletypeAmelia Clarke1+1-1
2022-08-14 04:57Highlight capital E in number literalsAmelia Clarke1+3-3
2022-08-11 20:45Set b:current_syntaxAmelia Clarke1+2-0
2022-07-28 21:47Add highlight group for question mark operatorAmelia Clarke1+2-0
2022-07-28 21:32Add highlight group for string escape sequencesAmelia Clarke1+6-2
2022-07-26 19:18Add default highlighting to hareErrorAssertionAmelia Clarke1+1-1
2022-06-23 23:37Highlight error assertion operator bold redSebastian1+3-0
2022-06-21 19:32Highlight size correctly when a comment starts with (Sebastian1+2-2
2022-06-21 16:34Revert "Highlight error assertions in red"Drew DeVault1+0-4
2022-06-21 16:12Highlight error assertions in redDrew DeVault1+4-0
2022-06-08 13:08do not highlight "size" if it is inside a wordVlad-Stefan Harbuz1+2-2
2022-05-22 23:07misc indent fixesSebastian1+14-1
2022-05-13 22:18Fix indent of `case let` label when reindentingSebastian1+1-2
2022-05-11 15:41Don't highlight hareSpaceError when in inert modeSebastian LaVine1+4-0
2022-04-29 01:31Correctly indent closing `]`Sebastian1+2-1
2022-04-15 22:53Correctly indent multiline casesSebastian1+5-0
2022-04-15 22:54indent: fix indentation of switch/match closing braceSebastian1+1-0
2022-04-15 22:54indent: remove tabstop/shiftwidth/expandtabSebastian1+0-1
2022-03-21 17:50syntax: add vaend builtinDrew DeVault1+1-1
2022-03-20 10:26Add C-style variadic keywordsDrew DeVault1+2-0
2022-03-11 23:46Improve integer literal highlightingSebastian1+4-4
2022-03-11 23:46Use \v regular expressions for syntax matchingSebastian1+9-9
2022-03-11 23:46Highlight size correctly as both keyword and typeSebastian1+2-2
2022-03-11 23:46Highlight _ at keywordSebastian1+1-1
2022-03-11 23:47Add licenseSebastian1+30-0
2022-03-03 04:14Indent top level declaration after =Sebastian1+11-0
2022-02-22 23:47Get autoindent from previous lineSebastian1+2-2
2022-02-22 23:47Improve indent scriptSebastian1+9-1
2022-02-20 23:43Add indent scriptSebastian1+100-0
2022-02-20 23:41Add consistent modeline across filesSebastian3+4-2
2022-02-20 00:15Add support for `raw strings`Sebastian1+1-0
2022-02-02 01:33Revert "Set keywordprg=haredoc, iskeyword"Byron Torres1+0-2
2022-02-01 00:27Set keywordprg=haredoc, iskeywordByron Torres1+2-0
2021-12-20 08:05mark trailing spaces and spaces before tabsArmin Preiml1+4-0
2021-09-25 07:57Add "case" keywordDrew DeVault1+5-3
2021-08-23 06:53Add compiler/hare.vimByron Torres2+30-0
2021-06-09 17:20Add yield keywordDrew DeVault1+1-1
2021-04-23 12:05syntax: add insert keywordDrew DeVault1+1-1
2021-03-21 14:42Set commentstringAlexey Yerin1+1-0
2021-03-20 09:38Highlight binary number literalsNguyễn Gia Phong1+5-1
2021-02-21 18:13Add delete builtinEyal Sawady1+1-1
2021-02-10 14:10Make keywords case-sensitiveDrew DeVault1+1-1
2021-01-18 05:59Fix highlighting of numbersEyal Sawady1+7-14
2021-01-18 05:36Add rune typeEyal Sawady1+1-0
2021-01-14 22:06Remove while keywordEyal Sawady1+1-1
2021-01-12 17:16Add abort builtinEyal Sawady1+1-1
2021-01-11 16:27Add append builtinEyal Sawady1+1-1
2020-12-23 01:09Add type keywordEyal Sawady1+1-1
2020-08-13 01:11Update comment styleDrew DeVault1+2-2
2020-08-04 23:23Update from local hare.vimDrew DeVault1+13-12
2020-07-11 19:03Add as, is operatorsDrew DeVault1+1-0
2020-06-11 15:50Add continue and break keywordsEyal Sawady1+1-1
2020-06-05 20:44Fix hareBuiltin, hareKeyword, and hareOperatorEyal Sawady1+2-4
2020-05-11 15:04ftplugin: set formatoptionsDrew DeVault1+4-0
2020-05-09 22:45Fix highlighting of ... and .. operatorsDrew DeVault1+2-6
2020-05-07 02:55Initial commitDrew DeVault4+96-0