aboutsummaryrefslogtreecommitdiffhomepage
path: root/core/locales/locale.sv.conf
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2020-02-18 15:58:16 -0500
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2020-02-18 15:58:16 -0500
commit2a9d3e73daa332ffe652c9b33c160b784e51ed0e (patch)
treee7d0f0dc75319c674711771bfc41213a5dac8370 /core/locales/locale.sv.conf
parentd5ba0b9a714cfc265f69d3d03974cfbfa0281176 (diff)
Added snippet trigger word completion.
Also refactored snippet lookup, added options to Lua and C modules to include snippet triggers in autocompletion lists, swapped snippet keybindings, and fixed a bug recognizing lexer-specific snippet files as global.
Diffstat (limited to 'core/locales/locale.sv.conf')
-rw-r--r--core/locales/locale.sv.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/locales/locale.sv.conf b/core/locales/locale.sv.conf
index 11a05a4a..2a7ac0ac 100644
--- a/core/locales/locale.sv.conf
+++ b/core/locales/locale.sv.conf
@@ -264,6 +264,7 @@ _Insert Snippet... = _Infoga kodsnutt...
_Expand Snippet/Next Placeholder = Expandera kodsnutt/_Nästa fält
_Previous Snippet Placeholder = _Föregående fält
_Cancel Snippet = _Avbryt kodsnutt
+Complete Trigger _Word = Complete Trigger _Word
# Menu items for auto-completing programming language symbols and showing
# documentation for them (e.g. typing `textadept.editing.` followed by a
# "Complete Symbol" would show all possible completions for that symbol).