https://github.com/orbitalquark/textadept-go
Go language module for Textadept.
https://github.com/orbitalquark/textadept-go
go golang textadept textadept-module
Last synced: about 1 month ago
JSON representation
Go language module for Textadept.
- Host: GitHub
- URL: https://github.com/orbitalquark/textadept-go
- Owner: orbitalquark
- License: mit
- Archived: true
- Created: 2022-01-12T23:15:57.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T02:14:25.000Z (over 2 years ago)
- Last Synced: 2025-03-16T00:27:04.858Z (3 months ago)
- Topics: go, golang, textadept, textadept-module
- Language: Lua
- Homepage:
- Size: 151 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Go
The go module.
It provides utilities for editing Go code.**WARNING:** this module is deprecated. It will no longer work in Textadept 12.0.
## Fields defined by `_M.go`
### `_M.go.autocomplete_snippets` (boolean)Whether or not to include snippets in autocompletion lists.
The default value is `true`.## Tables defined by `_M.go`
List of ctags files to use for autocompletion in addition to the current project's top-level
*tags* file or the current directory's *tags* file.---