kakoune/rc/filetype
Maxime Coste 5696ed02e4 Fix invalid insertion of ; after } closing some functions
Function taking a parameter with a struct tag on the last line
before the opening { were wrongly treated as structs. Add some
additional regex logic to try to catch those cases.

Fixes #4136
2021-04-08 20:14:02 +10:00
..
arch-linux.kak
asciidoc.kak asciidoc: Add a highlighters for links 2020-07-30 16:56:56 -04:00
awk.kak
c-family.kak Fix invalid insertion of ; after } closing some functions 2021-04-08 20:14:02 +10:00
cabal.kak
clojure.kak
cmake.kak
coffee.kak
coq.kak
crystal.kak Replace my implementation of crystal-insert-on-new-line with already-existing ruby one 2020-08-02 11:39:59 -06:00
css.kak
cucumber.kak
cue.kak
d.kak d.kak: highlight nested block comments recursively 2021-04-06 13:45:04 +01:00
dart.kak
dhall.kak Fix usages of ModeChange hook 2021-02-28 21:07:21 +01:00
diff.kak
dockerfile.kak *sh.kak: do not highlight expansions if their $ is escaped 2020-09-19 08:06:46 +02:00
elixir.kak Avoid extra indent when line does not end on keyword 2020-08-23 19:15:52 +02:00
elm.kak Avoid extra indent when line does not end on keyword 2020-08-23 19:15:52 +02:00
eruby.kak
etc.kak
exherbo.kak Update remaining files to new provide/require format 2019-04-11 15:54:58 -07:00
fennel.kak add fennel filetype 2021-03-01 19:51:36 +03:00
fish.kak rc fish.kak: split fish-insert hook out from fish-indent 2020-10-19 19:01:17 +02:00
fsharp.kak Avoid extra indent when line does not end on keyword 2020-08-23 19:15:52 +02:00
gas.kak
git.kak rc git: indented # is not a comment in commit message 2020-10-21 22:08:35 +02:00
gluon.kak Fix usages of ModeChange hook 2021-02-28 21:07:21 +01:00
go.kak Improve '}' auto inserting for go language. 2020-09-20 12:25:26 +02:00
graphql.kak chore(rc): support nested field strings in graphql 2021-01-14 15:46:50 -05:00
haml.kak
haskell.kak fix comment highlighting 2020-10-28 09:36:28 +01:00
hbs.kak
html.kak
i3.kak
ini.kak
java.kak rc java: highlight byte/short/long primitive types 2021-02-10 21:09:30 +01:00
javascript.kak js: Highlight special variables at start of file 2021-03-17 23:59:05 -03:00
jinja.kak
json.kak
julia.kak rc julia: add multiline comments 2021-02-21 19:20:03 +01:00
just.kak just: highlight function expressions 2020-09-22 00:24:29 -05:00
kakrc.kak rc kakrc: Add the rename-buffer keyword 2020-11-17 15:58:58 +03:00
kickstart.kak
latex.kak Improve latex support. 2020-09-05 16:14:22 +02:00
ledger.kak src: Create a <semicolon> named key 2019-10-22 11:02:06 +02:00
lisp.kak
lua.kak Improves Lua auto indent and end insertion 2021-03-23 10:36:05 +02:00
mail.kak
makefile.kak *sh.kak: do not highlight expansions if their $ is escaped 2020-09-19 08:06:46 +02:00
markdown.kak rc markdown: Fix code fence regex 2021-04-01 22:53:44 -03:00
mercurial.kak
mercury.kak Mercury-lang filetype support 2020-08-31 16:36:43 +02:00
meson.kak meson: improve highlighting, add static words 2021-01-13 15:44:38 +01:00
mlb.kak Add highlighters for Standard ML 2020-06-23 19:22:35 +01:00
moon.kak
nim.kak Avoid extra indent when line does not end on keyword 2020-08-23 19:15:52 +02:00
ninja.kak Fix usages of ModeChange hook 2021-02-28 21:07:21 +01:00
nix.kak rc nix: dash in extra_word_chars 2020-10-19 11:53:08 -04:00
ocaml.kak
pascal.kak Add Pascal/Delphi language support 2020-12-29 12:20:33 +01:00
perl.kak rc perl.kak: highlight substitution with empty replacement, like s{foo}{} 2020-11-08 06:16:27 +01:00
php.kak
pony.kak Avoid extra indent when line does not end on keyword 2020-08-23 19:15:52 +02:00
protobuf.kak
pug.kak
purescript.kak Create purescript filetype 2020-09-04 11:33:08 +09:00
python.kak Python: change face for documentation to documentation. 2020-11-23 07:31:56 +01:00
r.kak
ragel.kak
restructuredtext.kak rc restructuredtext: don't highlight first character of next line as code 2021-02-10 21:09:16 +01:00
ruby.kak Avoid recognizing remainder division as a percent string 2020-11-18 16:26:33 -07:00
rust.kak Support rust visibility for enum and others 2021-03-07 14:22:43 +08:00
sass.kak Fix deindentation in sass.kak 2020-07-29 21:22:38 -06:00
scala.kak Fix deindentation in scala.kak 2020-07-29 21:25:55 -06:00
scheme.kak
scss.kak
sh.kak sh.kak: Highlight special parameters, e.g. $@, in double quotes 2020-11-14 13:53:52 +01:00
sml.kak
sql.kak Fix function highlighting by adding lazy instead of greedy regexp quantifier 2020-10-14 14:54:43 -06:00
svelte.kak Improve svelte highlighter 2020-11-13 00:21:05 +01:00
swift.kak rc swift: highlight multiline strings 2021-03-07 21:26:31 -05:00
systemd.kak
taskpaper.kak
terraform.kak
toml.kak
troff.kak Add comment highlighter for troff files. 2021-02-25 20:18:10 +01:00
tupfile.kak
vhdl.kak VHDL filetype: fix auto inserting when indentation is mixed. 2020-11-03 19:35:05 +01:00
void-linux.kak
yaml.kak rc yaml: "#" inside a word is not a comment 2021-02-10 21:09:25 +01:00
zig.kak zig.kak: fix highlighting of empty doc comment 2021-01-18 00:44:32 +01:00