summaryrefslogtreecommitdiff
path: root/rc/filetype/graphql.kak
AgeCommit message (Collapse)Author
2022-07-05Make `x` just select the full linesMaxime Coste
`x` is often criticized as hard to predict due to its slightly complex behaviour of selecting next line if the current one is fully selected. Change `x` to use the previous `<a-x>` behaviour, and change `<a-x>` to trim to fully selected lines as `<a-X>` did. Adapt existing indentation script to the new behaviour
2022-05-26rc filetype: fix double space in trim-indent hooksJohannes Altmanninger
2021-01-14chore(rc): support nested field strings in graphqlGianni Chiappetta
2021-01-14chore(rc): change graphql block delimiters to support better regexsGianni Chiappetta
2021-01-13feat(rc): improve graphql field arguments highlighterGianni Chiappetta
2021-01-13feat(rc): match `.graphqls` file extension as graphql filetypeGianni Chiappetta
2021-01-13feat(rc): improve graphql syntax highlightersGianni Chiappetta
2020-11-11rc: add graphql filetypeJason Felice