Anyfile
Open file
ace-code-textprotocol v2workspace: none

How Anyfile's Code and Text Viewer Works

The plugin selects an Ace mode from the file name and opens content in a read-only editor surface without executing it.

Viewing architecture

  1. 1Only the selected syntax mode is dynamically loaded.
  2. 2Ace provides navigation, selection and highlighting in read-only mode.

Main limitations

  • Ace workers are disabled, so live validation is unavailable.
  • Binary or incorrectly encoded text may not display meaningfully.

MANIFEST

Formats declared by the plugin

Code and text file
.abap.abc.as.asm.astro.au3.awk.bat.bas.c.cc.clj.coffee.cpp.cs.css.csv.dart.diff.dockerfile.dtd.ejs.elm.erb.erl.ex.exs.fs.fsx.gcode.gherkin.gitignore.glsl.go.graphql.groovy.h.handlebars.hbs.hcl.hh.hpp.hs.htm.html.hxml.ini.ino.ion.jade.java.jl.js.json.json5.jsx.kt.kts.less.liquid.lisp.log.lua.make.mak.md.markdown.m.mm.matlab.mk.nim.nix.njk.php.pl.pm.prisma.proto.ps1.py.r.raku.rb.rhtml.rs.sass.scala.scss.sh.sql.styl.svg.swift.tcl.tex.textile.toml.ts.tsx.twig.txt.v.vbs.vhd.vhdl.vue.xml.xq.xquery.yaml.yml.zig

Open-source projects and licenses

Ace 1.44.0

BSD-3-Clause

Read-only editor surface and syntax modes.

Published format pages